copyWith method

Implementation

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