typeArgumentTypes property

List<DartType>? get typeArgumentTypes

The actual type arguments of the invocation, either explicitly specified in typeArguments, or inferred, or null if the AST structure hasn't been resolved.

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

Implementation

List<DartType>? get typeArgumentTypes;