NotificationSet constructor

NotificationSet({
  1. int? unReadCount,
  2. List<EsMessage>? notificationMessage,
})

Implementation

NotificationSet({this.unReadCount, this.notificationMessage});