DownloadFile constructor
DownloadFile({})
Implementation
DownloadFile({
required this.fileId,
required this.priority,
required this.offset,
required this.limit,
required this.synchronous,
});
DownloadFile({
required this.fileId,
required this.priority,
required this.offset,
required this.limit,
required this.synchronous,
});