text property

String? get text

Text content of the message.

Streamed LLM text grows through append; there is no setter.

Implementation

String? get text => _text;