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