UDownloadDestination.memory constructor
const
UDownloadDestination.memory()
Keeps the bytes in UDownloadTask.bytes. For small files only.
Implementation
const UDownloadDestination.memory() : this._(UDownloadTarget.memory);
Keeps the bytes in UDownloadTask.bytes. For small files only.
const UDownloadDestination.memory() : this._(UDownloadTarget.memory);