Flutter
dart:io
HttpException
HttpException const constructor
HttpException
HttpException class
Constructors
HttpException
Properties
message
uri
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
HttpException constructor
const
HttpException
(
String
message
, {
Uri
uri
})
Implementation
const HttpException(this.message, {this.uri});