isConst property

  1. @override
bool isConst
override

Return true if the variables in this list were declared with the 'const' modifier.

Implementation

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