DownloadFileState constructor

const DownloadFileState(
  1. bool value,
  2. String path
)

Implementation

const DownloadFileState(this.value,this.path);