rateupdatebatchitemIdGet method

Future<Response<WebApiModulesUtilitiesRateUpdateBatchItemRateUpdateBatchItem>> rateupdatebatchitemIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _rateupdatebatchitemIdGet(id: id);
}