invisibleToParser property

bool get invisibleToParser

Whether this token should be invisible to the parser. We use this for comment tokens.

Implementation

bool get invisibleToParser => false;