ChatPage constructor

const ChatPage({
  1. Key? key,
  2. required int senderId,
  3. String? chatId,
})

Implementation

const ChatPage({super.key, required this.senderId, this.chatId});