BookmarksFamily class
All bookmarks for the current user, newest first. Pass filter to
scope to one BookmarkKind.
Backed by user_bookmarks (migration 063). RLS scopes the query to
the authenticated user — no extra filter needed.
Copied from bookmarks.
- Inheritance
-
- Object
- Family<
AsyncValue< List< >Bookmark> > - BookmarksFamily
Constructors
- BookmarksFamily()
-
All bookmarks for the current user, newest first. Pass
filterto scope to one BookmarkKind.const
Properties
-
allTransitiveDependencies
→ Iterable<
ProviderOrFamily> ? -
All the dependencies of a provider and their dependencies too.
no setteroverride
-
dependencies
→ Iterable<
ProviderOrFamily> ? -
The list of providers that this provider potentially depends on.
no setteroverride
-
from
→ Family<
Object?> ? -
The family that this provider/family depends on.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
A custom label for providers.
no setteroverride
-
overriddenFamily
→ Family<
AsyncValue< List< >Bookmark> > -
The family that was overridden.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
{BookmarkKind? filter}) → BookmarksProvider -
All bookmarks for the current user, newest first. Pass
filterto scope to one BookmarkKind. -
getProviderOverride(
covariant BookmarksProvider provider) → BookmarksProvider - Obtains the new behavior for a provider associated to the overridden family.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited