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