immutable constant

FieldBehavior const immutable

Denotes a field as immutable. This indicates that the field may be set once in a request to create a resource, but may not be changed thereafter.

Implementation

static const immutable = FieldBehavior('IMMUTABLE');