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