DownloadException constructor

DownloadException(
  1. int code, {
  2. dynamic body,
})

Implementation

DownloadException(this.code, {this.body});