CondCol<ValType> constructor

const CondCol<ValType>(
  1. Field<ValType> lhs,
  2. Op op,
  3. Field<ValType>? rhs
)

Implementation

const CondCol(this.lhs, this.op, this.rhs);