isNote method

bool isNote()

Implementation

bool isNote() => value.startsWith(refNotePrefix);