inventorygroupinventoryIdGet method
Future<Response<WebApiModulesSettingsInventoryGroupInventoryInventoryGroupInventory> >
inventorygroupinventoryIdGet({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsInventoryGroupInventoryInventoryGroupInventory>>
inventorygroupinventoryIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsInventoryGroupInventoryInventoryGroupInventory,
() =>
WebApiModulesSettingsInventoryGroupInventoryInventoryGroupInventory
.fromJsonFactory);
return _inventorygroupinventoryIdGet(id: id);
}