ChatListSubscreenArguments constructor Null safety

ChatListSubscreenArguments(
  1. {required Doctor doctor}
)

Implementation

ChatListSubscreenArguments({
  required this.doctor,
});