BookmarkFoldersSortField class
Defines the fields by which bookmark folders can be sorted.
This extension type provides specific fields for sorting bookmark folder data.
- Inheritance
-
- Object
- SortField<
BookmarkFolderData> - BookmarkFoldersSortField
Constructors
-
BookmarkFoldersSortField(String remote, SortFieldValueGetter<
BookmarkFolderData, Object> localValue) - Creates a new bookmark folders sort field.
Properties
-
comparator
→ AnySortComparator<
BookmarkFolderData> -
The comparator function used for local sorting operations.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- remote → String
-
The remote field name used in API queries.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Properties
- createdAt → BookmarkFoldersSortField
-
Sort by the creation timestamp of the bookmark folder.
This field allows sorting bookmark folders by when they were created (newest/oldest first).
final
- name → BookmarkFoldersSortField
-
Sort by the name of the bookmark folder.
This field allows sorting bookmark folders alphabetically by name.
final
- updatedAt → BookmarkFoldersSortField
-
Sort by the last update timestamp of the bookmark folder.
This field allows sorting bookmark folders by when they were last updated (newest/oldest first).
final