StructuredOutputResult<T> constructor
const
StructuredOutputResult<T> ({})
Implementation
const StructuredOutputResult({
required this.result,
required this.rawText,
required this.inputTokens,
required this.tokensUsed,
required this.latencyMs,
required this.tokensPerSecond,
});