ConditionGroup constructor

ConditionGroup(
  1. List<Condition> _conditions,
  2. obx_qb_join_op_dart_t _func
)

Implementation

ConditionGroup(this._conditions, this._func);