isImmutable property
bool
get
isImmutable
If true
, then the value of this variable cannot be overwritten.
Implementation
bool get isImmutable => _locked;
If true
, then the value of this variable cannot be overwritten.
bool get isImmutable => _locked;