canBeConst property

bool get canBeConst

Whether it would be valid for this expression to have a const keyword.

Note that this method can cause constant evaluation to occur, which can be computationally expensive.

Implementation

bool get canBeConst;