QChatSystemNotificationUpdateEvent constructor Null safety

QChatSystemNotificationUpdateEvent(
  1. {QChatMsgUpdateInfo? msgUpdateInfo,
  2. QChatSystemNotification? systemNotification}
)

Implementation

QChatSystemNotificationUpdateEvent(
    {this.msgUpdateInfo, this.systemNotification});