CAARecord class

If {@linkcode Deno.resolveDns} is called with "CAA" record type specified, it will resolve with an array of objects with this interface.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

CAARecord({bool? critical, String? tag, String? value})
factory

Properties

critical bool

Available on CAARecord, provided by the CAARecord$Typings extension

If true, indicates that the corresponding property tag must be understood if the semantics of the CAA record are to be correctly interpreted by an issuer.
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
tag String

Available on CAARecord, provided by the CAARecord$Typings extension

An string that represents the identifier of the property represented by the record.
getter/setter pair
value String

Available on CAARecord, provided by the CAARecord$Typings extension

The value associated with the tag.
getter/setter pair

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