constKeyword property

Token? constKeyword

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

Implementation

Token? get constKeyword;