ReadPair constructor Null safety

ReadPair(
  1. {required int msgId,
  2. required QChatSystemNotificationType type}
)

Implementation

ReadPair({required this.msgId, required this.type});