Dart
dart:io
RedirectException
RedirectException const constructor
RedirectException
RedirectException class
Constructors
RedirectException
Properties
message
redirects
uri
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
RedirectException constructor
const
RedirectException
(
String
message
,
List
<
RedirectInfo
>
redirects
)
Implementation
const RedirectException(this.message, this.redirects);