copyWith method

Implementation

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountInventoryRequest
copyWith({String? physicalInventoryId}) {
  return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountInventoryRequest(
    physicalInventoryId: physicalInventoryId ?? this.physicalInventoryId,
  );
}