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