MokuroCatalog class

Used to persist online catalogs of Mokuro manga.

Annotations

Constructors

MokuroCatalog({required String name, required String url, required int order, 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
order int
The order of this dictionary in terms of user sorting, relative to other dictionaries.
read / write
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