Range<T>.min constructor

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

Implementation

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