RuntimeSuggestionsResult class

Properties

expressions List<RuntimeCompletionExpression>?
The list of sub-expressions in the code for which the server would like to know runtime types to provide better completion suggestions.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestions List<CompletionSuggestion>?
The completion suggestions. In contrast to usual completion request, suggestions for private elements also will be provided.
final

Methods

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

Static Methods

parse(Map m) RuntimeSuggestionsResult