NoticeCount constructor

NoticeCount({
  1. required bool notifyStatus,
  2. required int count,
  3. required int reply,
  4. required int point,
  5. required int at,
  6. required int broadcast,
  7. required int sysAnnounce,
  8. required int newFollower,
  9. required int following,
  10. required int commented,
})

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,
});