WhereGroup constructor

WhereGroup({
  1. required String columnName,
  2. String? operator,
  3. String? value,
  4. WhereTypes? type,
})

Implementation

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