InBetweenCol<ValType> constructor

const InBetweenCol<ValType>(
  1. Field<ValType> field,
  2. Field<ValType> low,
  3. Field<ValType> high
)

Implementation

const InBetweenCol(this.field, this.low, this.high);