inventoryprepIdPut method
Future<Response<WebApiModulesHomeControlsInventoryPrepInventoryPrep> >
inventoryprepIdPut({
- required String? id,
- required WebApiModulesHomeControlsInventoryPrepInventoryPrep? body,
@param id
Implementation
Future<chopper.Response<WebApiModulesHomeControlsInventoryPrepInventoryPrep>>
inventoryprepIdPut({
required String? id,
required WebApiModulesHomeControlsInventoryPrepInventoryPrep? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsInventoryPrepInventoryPrep,
() => WebApiModulesHomeControlsInventoryPrepInventoryPrep
.fromJsonFactory);
return _inventoryprepIdPut(id: id, body: body);
}