UDownloadError constructor

const UDownloadError(
  1. UDownloadErrorCode code, {
  2. int? statusCode,
  3. String? message,
})

Implementation

const UDownloadError(this.code, {this.statusCode, this.message});