ChatListPage constructor

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

Implementation

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