rateupdatebatchIdGet method

Future<Response<WebApiModulesUtilitiesRateUpdateBatchRateUpdateBatch>> rateupdatebatchIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _rateupdatebatchIdGet(id: id);
}