Between<ValType> constructor
const
Between<ValType> (
- Field<
ValType> field, - ValType low,
- ValType high
Implementation
const Between(this.field, this.low, this.high);