Cond<ValType> constructor

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

Implementation

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