updatedAt property
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).
Implementation
static final updatedAt = BookmarkFoldersSortField(
'updated_at',
(data) => data.updatedAt,
);