TypeMemberContributor class

A completion contributor that will generate suggestions for instance invocations and accesses.

Implemented types

Constructors

TypeMemberContributor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

computeSuggestions(covariant DartCompletionRequest request, CompletionCollector collector) Future<void>
Plugin contributors should primarily overload this function. Should more parameters be needed for autocompletion needs, the overloaded function should define those parameters and call on computeSuggestionsWithEntryPoint.
override
computeSuggestionsWithEntryPoint(DartCompletionRequest request, CompletionCollector collector, AstNode entryPoint) Future<void>
Clients should not overload this function.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited