PlayerValue class

Constructors

PlayerValue({required bool playing, required Duration position, required Duration duration, required double volume, required double speed, required double loop, required PlayerStatus status})

Properties

duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
loop double
final
playing bool
final
position Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double
final
status PlayerStatus
final
volume double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited