isTabNote property

bool get isTabNote

Indicates whether this note is a tablature note (has tabFret or tabString).

Implementation

bool get isTabNote => tabFret != null || tabString != null;