Count constructor

Count({
  1. required CountData data,
})

Returns a new Count instance.

Implementation

Count({
  required this.data,
});