endGroup property

Token? endGroup

The token that corresponds to this token, or null if this token is not the first of a pair of matching tokens (such as parentheses).

Implementation

Token? get endGroup => null;