DownloadBehavior.named constructor

const DownloadBehavior.named(
  1. String fileName
)

Triggers a download with a custom fileName.

Implementation

const DownloadBehavior.named(String fileName) : _queryValue = fileName;