Website class
Labeled website.
Constructors
- Website(String url, {WebsiteLabel label = WebsiteLabel.homepage, String customLabel = ''})
-
Website.fromJson(Map<
String, dynamic> json) -
factory
Properties
- customLabel ↔ String
-
Custom label, if label is WebsiteLabel.custom.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- label ↔ WebsiteLabel
-
Label (default WebsiteLabel.homepage).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String
-
Website URL.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
-
toVCard(
) → List< String>
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override