LyricsParse class abstract
all parse extends this file
- Implementers
Constructors
- LyricsParse(String lyric)
Properties
Methods
-
isOK(
) → bool - verify lyric is matching
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseLines(
{bool isMain = true}) → List< LyricsLineModel> - call this method parse
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited