typeArgumentTypes property
Return the actual type arguments of the invocation, 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.
Return null
if the AST structure has not been resolved.
Implementation
List<DartType>? get typeArgumentTypes;