DomainSummary class

Summary information about one domain.

Constructors

DomainSummary({required String domainName, bool? autoRenew, DateTime? expiry, bool? transferLock})
DomainSummary.fromJson(Map<String, dynamic> json)
factory

Properties

autoRenew bool?
Indicates whether the domain is automatically renewed upon expiration.
final
domainName String
The name of the domain that the summary information applies to.
final
expiry DateTime?
Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transferLock bool?
Indicates whether a domain is locked from unauthorized transfer to another party.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited