BookmarksOnRemovedEvent class
Fired when a bookmark or folder is removed. When a folder is removed recursively, a single notification is fired for the folder, and none for its contents.
class BookmarksOnRemovedEvent {
final String id;
final Map removeInfo;
BookmarksOnRemovedEvent(this.id, this.removeInfo);
}
Constructors
new BookmarksOnRemovedEvent(String id, Map removeInfo) #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
docs inherited from Object
BookmarksOnRemovedEvent(this.id, this.removeInfo);