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