isImmutable property

bool isImmutable

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

Implementation

bool get isImmutable => _locked;