keyword property

Token? keyword

Return the token representing either the 'final', 'const' or 'var' keyword, or null if no keyword was used.

Implementation

Token? get keyword;