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