RelatedWebsiteSet class
A single Related Website Set object.
Constructors
-
RelatedWebsiteSet({required List<
String> primarySites, required List<String> associatedSites, required List<String> serviceSites}) -
RelatedWebsiteSet.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
associatedSites
→ List<
String> -
The associated sites of this set, along with the ccTLDs if there is any.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
primarySites
→ List<
String> -
The primary site of this set, along with the ccTLDs if there is any.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serviceSites
→ List<
String> -
The service sites of this set, along with the ccTLDs if there is any.
final
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited