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