ChatView constructor

const ChatView(
  1. ChatId id, {
  2. Key? key,
  3. ChatItemId? itemId,
  4. bool search = false,
})

Implementation

const ChatView(this.id, {super.key, this.itemId, this.search = false});