tokens property

List<Token>? tokens
getter/setter pair

Tokens, along with their syntactic information, in the input document.

Implementation

core.List<Token>? tokens;