WebsiteDataRecord class
Class that represents website data, grouped by domain name using the public suffix list.
Constructors
-
WebsiteDataRecord({Set<
WebsiteDataType> ? dataTypes, String? displayName})
Properties
-
dataTypes
↔ Set<
WebsiteDataType> ? -
The various types of website data that exist for this data record.
getter/setter pair
- displayName ↔ String?
-
The display name for the data record. This is usually the domain name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts instance to a map.
-
toMap(
) → Map< String, dynamic> - Converts instance to a map.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? map) → WebsiteDataRecord? - Gets a possible WebsiteDataRecord instance from a Map value.