typeArgumentTypes property

List<DartType>? typeArgumentTypes

Return the actual type arguments to be applied to the extension, either explicitly specified in typeArguments, or inferred.

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

Return null if the AST structure has not been resolved.

Implementation

List<DartType>? get typeArgumentTypes;