WhereIn constructor

WhereIn(
  1. List<WhereGroup> whereGroup
)

Implementation

WhereIn(List<WhereGroup> whereGroup) : super(columnName: null, operator: null, value: null, type: WhereTypes.whereIn, whereGroup: whereGroup);