AlertsUnreadCount constructor

AlertsUnreadCount({
  1. int? noti,
  2. int? req,
})

Implementation

AlertsUnreadCount(
    {this.noti,
      this.req,});