Dart API Reference
dart:io
HttpException
HttpException
class
Implements:
IOException
Implementors
RedirectException
Constructors
HttpException
(
String
message
, {
Uri
uri
} )
const
Instance Properties
message
String
read-only
uri
Uri
read-only
Instance Methods
toString
( ) →
String
Returns a string representation of this object.