Flutter Engine
The Flutter Engine
|
Static Public Attributes | |
static final String | BASIC = "BASIC" |
static final String | SMART = "SMART" |
An enumeration of the kinds of code completion that users can invoke.
@coverage dart.server.generated.types
Definition at line 16 of file CompletionMode.java.
|
static |
Basic code completion invocation type, and the default for this enumeration.
Definition at line 21 of file CompletionMode.java.
|
static |
Smart code completion, currently not implemented.
Definition at line 26 of file CompletionMode.java.