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