PollingUnreadCount constructor

PollingUnreadCount({
  1. int? all,
  2. int? my,
  3. int? private,
  4. int? responded,
  5. int? mentioned,
  6. int? favorite,
  7. int? replurked,
})

Implementation

PollingUnreadCount(
    {this.all,
    this.my,
    this.private,
    this.responded,
    this.mentioned,
    this.favorite,
    this.replurked});