ChatView constructor

const ChatView(
  1. ChatId id, {
  2. Key? key,
  3. ChatItemId? itemId,
})

Implementation

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