typeArguments property Null safety
Return the type arguments associated with the type, or null
if there are
no type arguments.
Implementation
TypeArgumentList? get typeArguments;
@Deprecated('Clients should not build AST manually')
Set the type arguments associated with the type to the given typeArguments.
Implementation
@Deprecated('Clients should not build AST manually')
set typeArguments(TypeArgumentList? typeArguments);