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