displayName property

String? displayName
getter/setter pair

The display name for this field.

Defaults to 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.

Implementation

core.String? displayName;