RecordTypeOptions enum

Inheritance

Constructors

RecordTypeOptions(String value)
const

Values

a → const RecordTypeOptions
const RecordTypeOptions(r'A')
aaaa → const RecordTypeOptions
const RecordTypeOptions(r'AAAA')
aname → const RecordTypeOptions
const RecordTypeOptions(r'ANAME')
caa → const RecordTypeOptions
const RecordTypeOptions(r'CAA')
cname → const RecordTypeOptions
const RecordTypeOptions(r'CNAME')
mx → const RecordTypeOptions
const RecordTypeOptions(r'MX')
naptr → const RecordTypeOptions
const RecordTypeOptions(r'NAPTR')
ns → const RecordTypeOptions
const RecordTypeOptions(r'NS')
ptr → const RecordTypeOptions
const RecordTypeOptions(r'PTR')
soa → const RecordTypeOptions
const RecordTypeOptions(r'SOA')
srv → const RecordTypeOptions
const RecordTypeOptions(r'SRV')
txt → const RecordTypeOptions
const RecordTypeOptions(r'TXT')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
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

Constants

values → const List<RecordTypeOptions>
A constant List of the values in this enum, in order of their declaration.