constKeyword property

  1. @override
Token? constKeyword
final

Return the const keyword, or null if the expression is not preceded by the keyword const.

Implementation

@override
final Token? constKeyword;