$Count constructor

$Count({
  1. int? upTo,
})

Implementation

$Count({
  this.upTo,
});