typeArguments property

List<DartType> typeArguments

Return the type arguments used to instantiate this type.

An InterfaceType always has type arguments.

A FunctionType has type arguments only if it is a result of a typedef instantiation, otherwise the result is null.

Implementation

List<DartType> get typeArguments;