BookmarksOnMovedEvent class
Fired when a bookmark or folder is moved to a different parent folder.
class BookmarksOnMovedEvent { final String id; final Map moveInfo; BookmarksOnMovedEvent(this.id, this.moveInfo); }
Constructors
new BookmarksOnMovedEvent(String id, Map moveInfo) #
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
BookmarksOnMovedEvent(this.id, this.moveInfo);