checkinItemsCreaterepairPost method

Implementation

Future<chopper.Response<WebApiModulesInventoryRepairCreateRepairResponse>>
checkinItemsCreaterepairPost({
  required WebApiModulesInventoryRepairCreateRepairRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryRepairCreateRepairResponse,
    () => WebApiModulesInventoryRepairCreateRepairResponse.fromJsonFactory,
  );

  return _checkinItemsCreaterepairPost(body: body);
}