invisibleToParser property

  1. @override
bool invisibleToParser
final

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

Implementation

@override
final bool invisibleToParser = true;