VALUES constant

List<WatchEventType> const VALUES

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

Implementation

static const List<WatchEventType> VALUES = <WatchEventType>[
  ADD,
  MODIFY,
  REMOVE
];