MatchRange constructor

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

Implementation

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