typeArguments property
TypeArgumentList?
get
typeArguments
The type arguments to the constructor being invoked, or null
if either
this annotation isn't the invocation of a constructor or this annotation
doesn't specify type arguments explicitly.
Note that type arguments are only valid if Feature.generic_metadata is enabled.
Implementation
TypeArgumentList? get typeArguments;