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