HttpDownloadException constructor

const HttpDownloadException(
  1. String message, {
  2. int? statusCode,
  3. Uri? uri,
})

Implementation

const HttpDownloadException(this.message, {this.statusCode, this.uri});