BrowserBookmark class

Used to persist online catalogs of Mokuro manga.

Annotations

Constructors

BrowserBookmark({required String name, required String url, Id? id})
Initialise this object.

Properties

hashCode int
The hash code for this object.
read-onlyoverride
id Id?
Used for database purposes.
read / write
name String
Name of the catalog.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
url String
The URL pertaining to the catalog.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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