FolderBranch

data class FolderBranch(val bookmarks: List<SavedSite.Bookmark>, val folders: List<BookmarkFolder>)

Used to represent the content of a BookmarkFolder

Constructors

Link copied to clipboard
constructor(bookmarks: List<SavedSite.Bookmark>, folders: List<BookmarkFolder>)

Properties

Link copied to clipboard
Link copied to clipboard