unReadCountRows constructor

unReadCountRows({
  1. dynamic category,
  2. dynamic count,
  3. dynamic is_private,
})

Implementation

unReadCountRows({this.category, this.count, this.is_private});