constKeyword property

Token? constKeyword

Return the token representing the 'const' keyword, or null if the literal is not a constant.

Implementation

Token? get constKeyword;