replaceLoadState method

void replaceLoadState(
  1. DownloadServiceItem oldItem
)

Implementation

void replaceLoadState(DownloadServiceItem oldItem) {
  downloadCount = oldItem.downloadCount;
  filePath = oldItem.filePath;
  loadState = oldItem.loadState;
  version = oldItem.version;
}