ActionDownload constructor

ActionDownload({
  1. String fileName = '',
  2. String mime = '',
  3. String data = '',
})

Implementation

ActionDownload({
    this.fileName = '',
    this.mime = '',
    this.data = '',
});