name property

String? name
getter/setter pair

Defines the name and format of data.

Unlike data type names, field names are not namespaced, and only need to be unique within the data type.

Implementation

core.String? name;