ChatListSubScreen constructor Null safety

ChatListSubScreen(
  1. {Key? key,
  2. required Doctor doctor}
)

Implementation

ChatListSubScreen({
  Key? key,
  required this.doctor,
}) : super(key: key);