Playing class

Annotations

Constructors

Playing({required PlayingAudio audio, required int index, required bool hasNext, required ReadingPlaylist playlist})

Properties

audio PlayingAudio
the opened asset
final
hashCode int
The hash code for this object.
no setteroverride
hasNext bool
if this audio has a next element (if no : last element)
final
index int
this audio index in playlist
final
playlist ReadingPlaylist
the parent playlist
final
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.
override

Operators

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