typeArgumentTypes property

List<DartType>? typeArgumentTypes

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

If the AST has been resolved, never returns null, returns an empty list if the function does not have type parameters.

Returns null if the AST structure has not been resolved.

Implementation

List<DartType>? get typeArgumentTypes;