whereExists abstract method

QueryBuilder whereExists(
  1. QueryCallback callback, {
  2. String boolean = 'and',
  3. bool not = false,
})

Implementation

QueryBuilder whereExists(
  QueryCallback callback, {
  String boolean = 'and',
  bool not = false,
});