addSuperTypesAsSuggestions abstract method

void addSuperTypesAsSuggestions(
  1. DartType? type
)

Add the given type and all of its supertypes (other than mixins) as suggestions for the current linked edit group.

Implementation

void addSuperTypesAsSuggestions(DartType? type);