typeArgumentTypes property

List<DartType> get typeArgumentTypes

The actual type arguments being applied to the tear-off, either explicitly specified in typeArguments, or inferred.

An empty list if the 'call' method doesn't have type parameters.

Implementation

List<DartType> get typeArgumentTypes;