ChatThreadStatusState constructor
const
ChatThreadStatusState({})
Implementation
const ChatThreadStatusState({
this.text,
this.startedAt,
this.mode,
this.turnId,
this.pendingMessages = const [],
this.pendingItemId,
this.totalBytes,
this.linesAdded,
this.linesRemoved,
this.supportsAgentMessages = false,
});