Domain class

Model that represents a domain name

Constructors

Domain({String? sld, String? tld, String? subTld})

Properties

asciiName String?
The ascii version of the domain. NOT YET IMPLEMENTED
getter/setter pair
asciiSld String?
The ascii encoded second level domain. NOT YET IMPLEMENTED
getter/setter pair
asciiSubTld String?
The ascii encoded sub top level domain. NOT YET IMPLEMENTED
getter/setter pair
asciiTld String?
The ascii encoded top level domain. NOT YET IMPLEMENTED
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
sld String?
The second level domain name
getter/setter pair
subTld String?
The sub top level domain name
getter/setter pair
tld String?
The top level domain name
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toAsciiString() String
toString() String
A string representation of this object.
override

Operators

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