name property

Identifier get name

Return the name of the type.

Implementation

Identifier get name;
  1. @Deprecated('Clients should not build AST manually')
set name (Identifier identifier)

Set the name of the type to the given identifier.

Implementation

@Deprecated('Clients should not build AST manually')
set name(Identifier identifier);