isSafeToUpdate property

bool isSafeToUpdate
getter/setter pair

If the property expression is a concrete value (e.g. a literal, or an enum constant), then it is safe to replace the expression with another concrete value. In this case this field is true. Otherwise, for example when the expression is a reference to a field, so that its value is provided from outside, this field is false.

Implementation

bool isSafeToUpdate;