Lyrics class

Basic lyrics.

Constructors

Lyrics.new(String lyrics, String? source, bool hasTimestamps)
Create new Lyrics.

Properties

hashCode int
The hash code for this object.
no setterinherited
hasTimestamps bool
Wether this has timestamps.
final
lyrics String
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 Lyrics instance as JsonMap.
toString() String
A string representation of this object.
inherited

Operators

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