VALUES constant

List<ServerLogEntryKind> const VALUES

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

Implementation

static const List<ServerLogEntryKind> VALUES = <ServerLogEntryKind>[
  NOTIFICATION,
  RAW,
  REQUEST,
  RESPONSE
];