QChatSystemNotificationUpdateEvent constructor

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

Implementation

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