orWhereHas abstract method
QueryBuilderInterface<T>
orWhereHas(
- String relation, [
- void callback(
- QueryBuilderInterface query
- String operator = '>=',
- int count = 1,
OR version of whereHas
Implementation
QueryBuilderInterface<T> orWhereHas(
String relation, [
void Function(QueryBuilderInterface<dynamic> query)? callback,
String operator = '>=',
int count = 1,
]);