ResourceRecordType class abstract

Enumeration of support resource record types.

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

debugAssertValid(int resourceRecordType) bool
Checks that a given int is a valid ResourceRecordType.
toDebugString(int resourceRecordType) String
Prints a debug-friendly version of the resource record type value.

Constants

addressIPv4 → const int
An IPv4 Address record, also known as an "A" record. It has a value of 1.
addressIPv6 → const int
An IPv6 Address record, also known as an "AAAA" record. It has a vaule of 28.
serverPointer → const int
An IP Address reverse map record, also known as a "PTR" recored. It has a value of 12.
service → const int
An available service record, also known as an "SRV" record. It has a value of 33.
text → const int
A text record, also known as a "TXT" record. It has a value of 16.