SpotifyPlaybackState class

Annotations

Constructors

SpotifyPlaybackState({required String uri, required String name, required String artist, required bool isPaused, required int positionMs, required int durationMs, String? imageUrl})
const
SpotifyPlaybackState.fromMap(Map map)
factory

Properties

artist String
final
durationMs int
final
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
imageUrl String?
final
isPaused bool
final
name String
final
positionMs int
final
progress double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String
final

Methods

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

Operators

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