RangeLabels constructor

const RangeLabels(
  1. String start,
  2. String end
)

Creates pair of start and end labels.

Implementation

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