ZeroRangeValues constructor

const ZeroRangeValues(
  1. int start,
  2. int end
)

Implementation

const ZeroRangeValues(this.start, this.end);