inventoryconsignorIdGet method

Future<Response<WebApiModulesInventoryInventoryConsignorInventoryConsignor>> inventoryconsignorIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventoryconsignorIdGet(id: id);
}