typeArguments property
Return the type argument associated with this literal, or null
if no
type arguments were declared.
Implementation
TypeArgumentList get typeArguments;
Set the type argument associated with this literal to the given
typeArguments
.
Implementation
set typeArguments(TypeArgumentList typeArguments);