copyWith method
Implementation
CancelDownloadFile copyWith({int? fileId, bool? onlyIfPending}) =>
CancelDownloadFile(
fileId: fileId ?? this.fileId,
onlyIfPending: onlyIfPending ?? this.onlyIfPending,
);
CancelDownloadFile copyWith({int? fileId, bool? onlyIfPending}) =>
CancelDownloadFile(
fileId: fileId ?? this.fileId,
onlyIfPending: onlyIfPending ?? this.onlyIfPending,
);