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