displayName property

String? displayName
getter/setter pair

The display name of the enum value.

Must not be an empty string. The name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. The maximum length is 200 characters.

Required.

Implementation

core.String? displayName;