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