typeArguments property

List<DartType> typeArguments

The type arguments with which the element was instantiated. This list will be empty if the element is not generic.

Implementation

List<DartType> get typeArguments;