Range<T>.max constructor

Range<T>.max(
  1. T? max
)

Implementation

Range.max(this.max) : min = null;