NoticeCount constructor
NoticeCount({})
Implementation
NoticeCount({
required this.notifyStatus,
required this.count,
required this.reply,
required this.point,
required this.at,
required this.broadcast,
required this.sysAnnounce,
required this.newFollower,
required this.following,
required this.commented,
});