immutable property

bool? immutable
getter/setter pair

When set to true, the allowed value cannot be updated or deleted by the user.

It can only be true for System defined attributes.

Optional.

Implementation

core.bool? immutable;