isImmutable property

bool get isImmutable

If true, then the value of this variable cannot be overwritten.

Implementation

bool get isImmutable => _locked;