Flutter Engine
The Flutter Engine
|
Static Public Attributes | |
static final String | FIRST_CHAR = "FIRST_CHAR" |
static final String | ALL_CHARS = "ALL_CHARS" |
static final String | NONE = "NONE" |
An enumeration of the character case matching modes that the user may set in the client.
@coverage dart.server.generated.types
Definition at line 16 of file CompletionCaseMatchingMode.java.
|
static |
Match all character cases when filtering completion lists.
Definition at line 27 of file CompletionCaseMatchingMode.java.
|
static |
Match the first character case only when filtering completions, the default for this enumeration.
Definition at line 22 of file CompletionCaseMatchingMode.java.
|
static |
Do not match character cases when filtering completion lists.
Definition at line 32 of file CompletionCaseMatchingMode.java.