copyWith method

Implementation

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