RealtimePlayingInfos class

Annotations

Constructors

RealtimePlayingInfos({required String playerId, required Playing? current, required Duration currentPosition, required double volume, required bool isPlaying, required LoopMode loopMode, required bool isBuffering, bool? isShuffling})

Properties

current Playing?
final
currentPosition Duration
final
duration Duration
final
hashCode int
The hash code for this object.
no setteroverride
isBuffering bool
final
isPlaying bool
final
isShuffling bool?
final
loopMode LoopMode
final
playerId String
final
playingPercent double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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.
override

Operators

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