MessageInfo constructor

const MessageInfo({
  1. Key? key,
  2. ChatItemId? id,
  3. Iterable<LastChatRead> reads = const [],
})

Implementation

const MessageInfo({super.key, this.id, this.reads = const []});