rentalinventoryIdGet method
Future<Response<WebApiModulesInventoryRentalInventoryRentalInventory> >
rentalinventoryIdGet({
- required String? id,
@param id
Implementation
Future<chopper.Response<WebApiModulesInventoryRentalInventoryRentalInventory>>
rentalinventoryIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRentalInventoryRentalInventory,
() =>
WebApiModulesInventoryRentalInventoryRentalInventory.fromJsonFactory,
);
return _rentalinventoryIdGet(id: id);
}