typeArgumentTypes property

List<DartType>? get typeArgumentTypes

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

An empty list if the function doesn't have type parameters, or null if the AST structure hasn't been resolved.

Implementation

List<DartType>? get typeArgumentTypes;