Constructors

VideoPlayerValue({@required Duration duration, Duration position: const Duration(), List<DurationRange> buffered: const [], bool isPlaying: false, String errorDescription })
VideoPlayerValue.erroneous(String errorDescription)
VideoPlayerValue.uninitialized()

Properties

buffered List<DurationRange>
final
duration Duration
final
errorDescription String
final
initialized bool
read-only
isErroneous bool
read-only
isPlaying bool
final
position Duration
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

copyWith({Duration duration, Duration position, List<DurationRange> buffered, bool isPlaying, String errorDescription }) VideoPlayerValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited