typeArgumentTypes property
The actual type arguments being applied to the tear-off, either explicitly specified in typeArguments, or inferred.
Returns an empty list if the 'call' method does not have type parameters.
Implementation
List<DartType> get typeArgumentTypes;