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