distinct method

  1. @override
QueryMethod<T?> distinct([
  1. bool value = true
])
override

distinct method

Implementation

@override
QueryMethod<T?> distinct([bool value = true]) {
  return this.._distinct = value;
}