VALUES constant

List<CompletionMode> const VALUES

A list containing all of the enum values that are defined.

Implementation

static const List<CompletionMode> VALUES = <CompletionMode>[BASIC, SMART];