ValueCount constructor

ValueCount({
  1. int? count,
  2. Object? value,
})

Implementation

ValueCount({
  this.count,
  this.value,
});