StreamToken class
Token from structured output stream Matches iOS StreamToken from Features/LLM/StructuredOutput/StreamToken.swift
Constructors
- StreamToken({required String text, bool isFinal = false, int? index})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited