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