Count constructor

Count({
  1. String? unit,
  2. String? value,
})

Implementation

Count({this.unit, this.value});