UDownloadError constructor
const
UDownloadError(
- UDownloadErrorCode code, {
- int? statusCode,
- String? message,
Implementation
const UDownloadError(this.code, {this.statusCode, this.message});