name property

String? name
getter/setter pair

The name of the field.

Must contain only letters, numbers and underscores, with a maximum length of 767 characters, and must begin with a letter or underscore.

Required.

Implementation

core.String? name;