m4e_sdk
dart:io
HttpException
HttpException const constructor
HttpException
m4e_sdk
dart:io
HttpException
HttpException const constructor
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});