video_player
dart:async
TimeoutException
constructor TimeoutException
TimeoutException
class TimeoutException
Constructors
TimeoutException
Properties
duration
message
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
TimeoutException
(
String
message
, [
Duration
duration
])
Source
TimeoutException(this.message, [this.duration]);
constructor TimeoutException