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