ScanRange constructor

ScanRange({
  1. int? end,
  2. int? start,
})

Implementation

ScanRange({
  this.end,
  this.start,
});