LrcLine class

A line of lyrics, with its defined duration and raw lyrics

Constructors

LrcLine({required Duration timestamp, required String lyrics, required LrcTypes type, Map<String, Object>? args})

Properties

args Map<String, Object>?
the additional arguments for other lrc types
getter/setter pair
formattedLine String
get the string for a formatted line
no setter
hashCode int
The hash code for this object.
no setterinherited
lyrics String
the raw lyrics for the line
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp Duration
timestamp for the lyrics wherein it'll be displayed
getter/setter pair
type LrcTypes
the type of lrc for this line
getter/setter pair

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.
inherited