ContactSettings class
Defines the contact information associated with a Registration
.
ICANN requires all domain names to have associated
contact information. The registrant_contact
is considered the domain's
legal owner, and often the other contacts are identical.
Constructors
- ContactSettings({Contact? adminContact, String? privacy, Contact? registrantContact, Contact? technicalContact})
- ContactSettings.fromJson(Map _json)
Properties
- adminContact ↔ Contact?
-
The administrative contact for the
Registration
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- privacy ↔ String?
-
Privacy setting for the contacts associated with the
Registration
.getter/setter pair - registrantContact ↔ Contact?
-
The registrant contact for the
Registration
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- technicalContact ↔ Contact?
-
The technical contact for the
Registration
.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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited