invisibleToParser property

bool invisibleToParser

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

Implementation

bool get invisibleToParser => false;