values constant
Implementation
static const $core.List<VLMStreamEventKind> values = <VLMStreamEventKind>[
VLM_STREAM_EVENT_KIND_UNSPECIFIED,
VLM_STREAM_EVENT_KIND_STARTED,
VLM_STREAM_EVENT_KIND_IMAGE_ENCODED,
VLM_STREAM_EVENT_KIND_TOKEN,
VLM_STREAM_EVENT_KIND_COMPLETED,
VLM_STREAM_EVENT_KIND_ERROR,
];