AcmeTxtRecord class

The TXT record message that represents an ACME DNS-01 challenge.

Constructors

AcmeTxtRecord({String? digest, String? fqdn, String? updateTime})
AcmeTxtRecord.fromJson(Map json_)

Properties

digest String?
Holds the ACME challenge data put in the TXT record.
getter/setter pair
fqdn String?
The domain/subdomain for the record.
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
updateTime String?
The time when this record was 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