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