rentalcategoryIdGet method

Future<Response<WebApiModulesSettingsInventorySettingsRentalCategoryRentalCategory>> rentalcategoryIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _rentalcategoryIdGet(id: id);
}