typeArguments property
TypeArgumentList?
get
typeArguments
Returns the type arguments to the constructor being invoked, or null
if
(a) this annotation is not the invocation of a constructor or (b) this
annotation does not specify type arguments explicitly.
Note that type arguments are only valid if Feature.generic_metadata is enabled.
Implementation
TypeArgumentList? get typeArguments;