LyricsParser constructor

LyricsParser(
  1. String rawString
)

Implementation

LyricsParser(this.rawString) {
  __isReady = true;
}