ChatView constructor

ChatView({
  1. Key? key,
  2. ChatViewArguments? chatViewArguments,
})

Implementation

ChatView({Key? key, this.chatViewArguments})
    : super(key: key, tag: (chatViewArguments ?? NavUtils.arguments).chatJid);