DefaultCodeAutocompletePromptsBuilder class abstract

The default autocomplete prompts builder.

Implemented types

Constructors

DefaultCodeAutocompletePromptsBuilder({Mode? language, List<CodeKeywordPrompt> keywordPrompts = const [], List<CodePrompt> directPrompts = const [], Map<String, List<CodePrompt>> relatedPrompts = const {}})
Constructs the builder with defined prompts.
factory

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

build(BuildContext context, CodeLine codeLine, CodeLineSelection selection) CodeAutocompleteEditingValue?
Build the prompts with the current code.
inherited
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