Domain class

Annotations

Constructors

Domain()
Domain.fromJson(Map<String, dynamic> json)
factory

Properties

available bool
Shows if a domain is available for transferring into Cloudflare Registrar.
getter/setter pair
can_register bool
Indicates if the domain can be registered as a new domain.
getter/setter pair
created_at DateTime?
Shows time of creation.
getter/setter pair
current_registrar DateTime?
Shows name of current registrar.
getter/setter pair
expires_at DateTime?
Shows when domain name registration expires.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
Domain identifier. (<= 32 characters)
getter/setter pair
locked bool
Shows whether a registrar lock is in place for a domain.
getter/setter pair
registry_statuses String?
A comma-separated list of registry status codes. A full list of status codes can be found at EPP Status Codes. https://www.icann.org/resources/pages/epp-status-codes-2014-06-16-en
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supported_tld bool
Whether a particular TLD is currently supported by Cloudflare Registrar. Refer to TLD Policies for a list of supported TLDs. https://www.cloudflare.com/tld-policies/
getter/setter pair
updated_at DateTime?
Last updated.
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