menu
contigo_chat package
documentation
model/message_info/message_info.dart
MessageInfoTransient
MessageInfoTransient const constructor
MessageInfoTransient const constructor
dark_mode
light_mode
MessageInfoTransient
constructor
const
MessageInfoTransient
(
{
required
String
body
,
required
List
<
int
>
channelIds
,
})
Implementation
const MessageInfoTransient({ required this.body, required this.channelIds, });
contigo_chat package
documentation
model/message_info/message_info
MessageInfoTransient
MessageInfoTransient const constructor
MessageInfoTransient class