RangeValues constructor

const RangeValues(
  1. double start,
  2. double end
)

Creates pair of start and end values.

Implementation

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