Pair<T> constructor

const Pair<T>(
  1. T start,
  2. T end
)

Implementation

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