Range<T> constructor

Range<T>(
  1. T? min,
  2. T? max
)

Implementation

Range(this.min, this.max);