VALUES constant
A list containing all of the enum values that are defined.
Implementation
static const List<CompletionCaseMatchingMode> VALUES =
<CompletionCaseMatchingMode>[FIRST_CHAR, ALL_CHARS, NONE];
A list containing all of the enum values that are defined.
static const List<CompletionCaseMatchingMode> VALUES =
<CompletionCaseMatchingMode>[FIRST_CHAR, ALL_CHARS, NONE];