isValidLrc property

bool isValidLrc

Handy extension getter if the given string is a valid LRC

Implementation

bool get isValidLrc => Lrc.isValid(this);