ChatInfo constructor

ChatInfo(
  1. ChatItemId id,
  2. ChatId chatId,
  3. User author,
  4. PreciseDateTime at, {
  5. required ChatInfoAction action,
})

Implementation

ChatInfo(
  super.id,
  super.chatId,
  super.author,
  super.at, {
  required this.action,
});