Wheres constructor

Wheres({
  1. required String? columnName,
  2. String? operator,
  3. String? value,
  4. required WhereTypes type,
  5. List<WhereGroup>? whereGroup,
})

Implementation

Wheres({required this.columnName, this.operator, this.value, required this.type, this.whereGroup});