Dart API Reference
dart:io
RedirectException
RedirectException
class
Implements
HttpException
Constructors
RedirectException
(
String
message
,
List
<
RedirectInfo
>
redirects
)
const
Instance Properties
message
String
read-only
redirects
List
<
RedirectInfo
>
read-only
uri
Uri
read-only
Instance Methods
toString
(
) →
String
Returns a string representation of this object.