orWhereExists abstract method

QueryBuilder orWhereExists(
  1. QueryCallback callback, {
  2. bool not = false,
})

Implementation

QueryBuilder orWhereExists(
  QueryCallback callback, {
  bool not = false,
});