ChannelEvent constructor
const
ChannelEvent({})
Implementation
const ChannelEvent({
required this.id,
required this.conversation,
required this.type,
this.text,
this.userId,
this.userName,
required this.timestamp,
this.attachments,
this.metadata,
});