partsinventoryPost method
Future<Response<WebApiModulesInventoryPartsInventoryPartsInventory> >
partsinventoryPost({
- required WebApiModulesInventoryPartsInventoryPartsInventory? body,
Implementation
Future<chopper.Response<WebApiModulesInventoryPartsInventoryPartsInventory>>
partsinventoryPost(
{required WebApiModulesInventoryPartsInventoryPartsInventory? body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPartsInventoryPartsInventory,
() =>
WebApiModulesInventoryPartsInventoryPartsInventory.fromJsonFactory);
return _partsinventoryPost(body: body);
}