menu
chat_package package
documentation
models/chat_message.dart
ChatMessage
text property
text property
dark_mode
light_mode
text
property
String
text
final
The textual content of the message. Mutually exclusive with
chatMedia
.
Implementation
final String text;
chat_package package
documentation
models/chat_message
ChatMessage
text property
ChatMessage class