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 FieldBehavior IMMUTABLE =
    FieldBehavior._(5, _omitEnumNames ? '' : 'IMMUTABLE');