rentalinventoryIdGet method

Future<Response<WebApiModulesInventoryRentalInventoryRentalInventory>> rentalinventoryIdGet({
  1. required String? id,
})

@param id

Implementation

Future<chopper.Response<WebApiModulesInventoryRentalInventoryRentalInventory>>
rentalinventoryIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryRentalInventoryRentalInventory,
    () =>
        WebApiModulesInventoryRentalInventoryRentalInventory.fromJsonFactory,
  );

  return _rentalinventoryIdGet(id: id);
}