typeArgumentTypes property

List<DartType>? get typeArgumentTypes

The actual type arguments to be applied to the extension, either explicitly specified in typeArguments, or inferred, or null if the AST structure hasn't been resolved.

An empty list if the extension doesn't have type arguments.

Implementation

List<DartType>? get typeArgumentTypes;