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