namePart property

  1. @experimental
ClassNamePart? get namePart

The name of the enum, as an identifier with type parameters, or a primary constructor.

Will become not null when Feature.declaring_constructors is implemented, replaces name and typeParameters.

Implementation

@experimental
ClassNamePart? get namePart;