TimedLyrics class
Basic lyrics with timestamps.
Constructors
-
TimedLyrics.new(List<
LyricLine> lyrics, String? source, bool hasTimestamps) - Create new TimedLyrics.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasTimestamps → bool
-
Wether this has timestamps.
final
-
lyrics
→ List<
LyricLine> -
The song lyric text.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String?
-
THe source of the lyrics.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → JsonMap - Returns this TimedLyrics instance as JsonMap.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited