menu
swift_chat package
documentation
models/chat_message.dart
ChatMessage
text property
text property
dark_mode
light_mode
text
property
String
?
text
final
The text content of the message. Can be null if it's a media-only message.
Implementation
final String? text;
swift_chat package
documentation
models/chat_message
ChatMessage
text property
ChatMessage class