Count constructor

Count({
  1. String? upTo,
})

Implementation

Count({
  this.upTo,
});