ChatView constructor

const ChatView({
  1. Key? key,
  2. required int listId,
  3. required Profile profile,
  4. required String token,
})

Implementation

const ChatView({Key? key, required this.listId, required this.profile, required this.token}) : super(key: key);