LyricsModelBuilder class

lyric Util support Simple format、Enhanced format

Properties

extLines List<LyricsLineModel>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mainLines List<LyricsLineModel>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindLyricToExt(String lyric, [LyricsParse? parser]) LyricsModelBuilder
bindLyricToMain(String lyric, [LyricsParse? parser]) LyricsModelBuilder
getModel() LyricsReaderModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

defaultLineDuration int
if line time is null,then use MAX_VALUE replace
final

Static Methods

create() LyricsModelBuilder