Bookmarks class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String key, String entry) Future<bool>
add the following entry to the bookmarks of key
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
entries(String key) FfiListFfiString
get the list of bookmarks for a specific key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key, String entry) Future<bool>
remove the following entry from the bookmarks of key
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited