DownloadableFile constructor
DownloadableFile(
- ContentType contentType,
- Stream<
List< stream,int> > - String filename
Implementation
DownloadableFile(this.contentType, this.stream, String filename) {
contentDisposition = 'attachment; filename="$filename"';
}