DownloadException constructor

const DownloadException(
  1. String message
)

Implementation

const DownloadException(this.message);