isConst property

  1. @override
bool isConst
override

Return true if this variable was declared with the 'const' modifier.

Implementation

@override
bool get isConst => keyword?.keyword == Keyword.CONST;