CurrentState class

State of a Player instance.

Constructors

CurrentState()

Properties

hashCode int
The hash code for this object.
no setterinherited
index int?
Index of currently playing Media.
getter/setter pair
isPlaylist bool
Whether a Playlist is opened or a Media.
getter/setter pair
media Media?
Currently playing Media.
getter/setter pair
medias List<Media>
List of Media currently opened in the Player instance.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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