type property Null safety
inherited
Return the type being named, or null
if the AST structure has not been
resolved.
Implementation
DartType? get type;
@Deprecated('Clients should not build AST manually')
Set the type being named to the given type.
Implementation
@Deprecated('Clients should not build AST manually')
set type(DartType? type);