CustomDns class

Configuration for an arbitrary DNS provider.

Constructors

CustomDns({List<DsRecord>? dsRecords, List<String>? nameServers})
CustomDns.fromJson(Map json_)

Properties

dsRecords List<DsRecord>?
The list of DS records for this domain, which are used to enable DNSSEC.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nameServers List<String>?
A list of name servers that store the DNS zone for this domain.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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