ExclusiveMinimum<T extends num> constructor

ExclusiveMinimum<T extends num>(
  1. T min
)

Implementation

ExclusiveMinimum(this.min);