CategoryCount constructor

CategoryCount({
  1. String? category,
  2. String? count,
})

Implementation

CategoryCount({this.category, this.count});