values constant

Implementation

static const $core.List<StructuredOutputStreamEventKind> values =
    <StructuredOutputStreamEventKind>[
  STRUCTURED_OUTPUT_STREAM_EVENT_KIND_UNSPECIFIED,
  STRUCTURED_OUTPUT_STREAM_EVENT_KIND_TOKEN,
  STRUCTURED_OUTPUT_STREAM_EVENT_KIND_PARTIAL_JSON,
  STRUCTURED_OUTPUT_STREAM_EVENT_KIND_VALIDATION,
  STRUCTURED_OUTPUT_STREAM_EVENT_KIND_COMPLETED,
  STRUCTURED_OUTPUT_STREAM_EVENT_KIND_ERROR,
];