WebPlaybackState class
Spotify playback state object
- Annotations
-
- @JS()
- @anonymous
Constructors
- WebPlaybackState({WebPlayerContext? context, WebPlayerDisallows? disallows, bool? paysed, int? position, int? repeat_mode, bool? shuffle, WebPlayerTrackWindow? track_window})
-
factory
Properties
- context → WebPlayerContext
-
no setter
- disallows → WebPlayerDisallows
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- paused → bool
-
no setter
- position → int
-
no setter
- repeat_mode → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shuffle → bool
-
no setter
- track_window → WebPlayerTrackWindow
-
no setter
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