endToken property
The last token in the token stream that was parsed to form this compilation unit.
This token should always have a type of TokenType.EOF
.
Implementation
@override
Token get endToken;
The last token in the token stream that was parsed to form this compilation unit.
This token should always have a type of TokenType.EOF
.
@override
Token get endToken;