checkinItemsCreaterepairPost method
Future<Response<WebApiModulesInventoryRepairCreateRepairResponse> >
checkinItemsCreaterepairPost({
- required WebApiModulesInventoryRepairCreateRepairRequest? body,
Implementation
Future<chopper.Response<WebApiModulesInventoryRepairCreateRepairResponse>>
checkinItemsCreaterepairPost(
{required WebApiModulesInventoryRepairCreateRepairRequest? body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRepairCreateRepairResponse,
() => WebApiModulesInventoryRepairCreateRepairResponse.fromJsonFactory);
return _checkinItemsCreaterepairPost(body: body);
}