ChatListPage constructor

const ChatListPage({
  1. Key? key,
  2. required ICEmployee employee,
})

Implementation

const ChatListPage({super.key,  required this.employee});