matchingTypeOrSupertype abstract method
Finds a matching type or supertype for the given typeRef
.
Returns the matching type if found, otherwise null.
Implementation
NamedDartType? matchingTypeOrSupertype(DartType typeRef);
Finds a matching type or supertype for the given typeRef
.
Returns the matching type if found, otherwise null.
NamedDartType? matchingTypeOrSupertype(DartType typeRef);