Extent<T> constructor

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

Implementation

Extent(this.min, this.max);