menu
ptgc package
documentation
raw.dart
MessagesChats
MessagesChats.new const constructor
MessagesChats.new const constructor
dark_mode
light_mode
MessagesChats
constructor
const
MessagesChats
(
{
required
List
<
ChatBase
>
chats
,
})
Messages Chats constructor.
Implementation
const MessagesChats({required this.chats}) : super._();
ptgc package
documentation
raw
MessagesChats
MessagesChats.new const constructor
MessagesChats class