FIRST_CHAR constant

CompletionCaseMatchingMode const FIRST_CHAR

Match the first character case only when filtering completions, the default for this enumeration.

Implementation

static const CompletionCaseMatchingMode FIRST_CHAR =
    CompletionCaseMatchingMode._('FIRST_CHAR');