HttpUtilConnectionException constructor

const HttpUtilConnectionException(
  1. bool? lengthComputable, {
  2. int? loaded,
  3. int? total,
})

Implementation

const HttpUtilConnectionException(this.lengthComputable, {this.loaded, this.total});