has abstract method

QueryBuilderInterface<T> has(
  1. String relation, [
  2. String operator = '>=',
  3. int count = 1
])

Query with relationship count

Implementation

QueryBuilderInterface<T> has(
  String relation, [
  String operator = '>=',
  int count = 1,
]);