Dart
dart:io
RedirectException
toString method
toString
RedirectException class
Constructors
RedirectException
Properties
message
redirects
uri
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
toString method
String
toString
(
)
Returns a string representation of this object.
Implementation
String toString() => "RedirectException: $message";