physicalinventoryIdGet method

Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventory>> physicalinventoryIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _physicalinventoryIdGet(id: id);
}