menu
flutter_chat_sdk package
documentation
chat.dart
ChatEvent
ChatEvent.new const constructor
ChatEvent.new const constructor
dark_mode
light_mode
ChatEvent
constructor
const
ChatEvent
(
{
required
String
eventId
,
required
DateTime
timestamp
,
})
Creates a chat event.
Implementation
const ChatEvent({ required this.eventId, required this.timestamp, });
flutter_chat_sdk package
documentation
chat
ChatEvent
ChatEvent.new const constructor
ChatEvent class