withoutGlobalScopes method
Implementation
QueryBuilder<T> withoutGlobalScopes() {
removedScopes.addAll(definition?.globalScopes.keys ?? const []);
return this;
}
QueryBuilder<T> withoutGlobalScopes() {
removedScopes.addAll(definition?.globalScopes.keys ?? const []);
return this;
}