values constant

List<EventDestination> const values

Implementation

static const $core.List<EventDestination> values = <EventDestination>[
  EVENT_DESTINATION_UNSPECIFIED,
  EVENT_DESTINATION_PUBLIC,
  EVENT_DESTINATION_TELEMETRY,
  EVENT_DESTINATION_ALL,
  EVENT_DESTINATION_LOG,
];