RegisterParameters class
Parameters required to register a new domain.
Constructors
-
RegisterParameters({String? availability, String? domainName, List<
String> ? domainNotices, List<String> ? supportedPrivacy, Money? yearlyPrice}) - RegisterParameters.fromJson(Map _json)
Properties
- availability ↔ String?
-
Indicates whether the domain is available for registration.
getter/setter pair
- domainName ↔ String?
-
The domain name.
getter/setter pair
-
domainNotices
↔ List<
String> ? -
Notices about special properties of the domain.
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
-
supportedPrivacy
↔ List<
String> ? -
Contact privacy options that the domain supports.
getter/setter pair
- yearlyPrice ↔ Money?
-
Price to register or renew the domain for one year.
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