Dart Documentationchrome.bookmarksOnCreatedEvent

OnCreatedEvent class

Fired when a bookmark or folder is created.

class OnCreatedEvent {
 final String id;

 final BookmarkTreeNode bookmark;

 OnCreatedEvent(this.id, this.bookmark);
}

Constructors

new OnCreatedEvent(String id, BookmarkTreeNode bookmark) #

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
OnCreatedEvent(this.id, this.bookmark);

Properties

final BookmarkTreeNode bookmark #

final BookmarkTreeNode bookmark

final String id #

final String id