Min<T extends Comparable<Object?> >.closed constructor
const
Min<T extends Comparable<Object?> >.closed (
- T value
Creates a Min with the closed lower bound.
In other words, this range includes value
, i.e. { x | value <= x }
.
Implementation
const Min.closed(this.value): open = false;