SubDomain class

The subdomain for the domain association.

Constructors

SubDomain({required String dnsRecord, required SubDomainSetting subDomainSetting, required bool verified})
SubDomain.fromJson(Map<String, dynamic> json)
factory

Properties

dnsRecord String
The DNS record for the subdomain.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subDomainSetting SubDomainSetting
Describes the settings for the subdomain.
final
verified bool
The verified status of the subdomain
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