OneToOneChat constructor

OneToOneChat(
  1. {Key? key,
  2. required String? loginUserId,
  3. required String? otherUserId,
  4. required bool isForOneToOneChat,
  5. bool isFromNotification = false}
)

Implementation

OneToOneChat({super.key, required this.loginUserId, required this.otherUserId, required this.isForOneToOneChat, this.isFromNotification = false});