typeArguments property

List<DartType> get typeArguments

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

Implementation

List<DartType> get typeArguments;