constKeyword property

  1. @override
Token? constKeyword
final

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

Implementation

@override
final Token? constKeyword;