menu
flutter_chat_sdk package
documentation
chat.dart
MessageContent
MessageContent.new const constructor
MessageContent.new const constructor
dark_mode
light_mode
MessageContent
constructor
const
MessageContent
(
{
String
?
plainText
,
String
?
cipherText
,
String
?
nonce
,
})
Creates message content.
Implementation
const MessageContent({ this.plainText, this.cipherText, this.nonce, });
flutter_chat_sdk package
documentation
chat
MessageContent
MessageContent.new const constructor
MessageContent class