ChatInfo constructor
- ChatItemId id,
- ChatId chatId,
- User author,
- PreciseDateTime at, {
- required ChatInfoAction action,
Implementation
ChatInfo(
super.id,
super.chatId,
super.author,
super.at, {
required this.action,
});
ChatInfo(
super.id,
super.chatId,
super.author,
super.at, {
required this.action,
});