OrCond constructor

OrCond(
  1. List<QueryCond?> list
)

Implementation

OrCond(List<QueryCond?> list) : conditions = list.nonNullList;