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
read / write
- asciiSld ↔ String
-
The ascii encoded second level domain. NOT YET IMPLEMENTED
read / write
- asciiSubTld ↔ String
-
The ascii encoded sub top level domain. NOT YET IMPLEMENTED
read / write
- asciiTld ↔ String
-
The ascii encoded top level domain. NOT YET IMPLEMENTED
read / write
- sld ↔ String
-
The second level domain name
read / write
- subTld ↔ String
-
The sub top level domain name
read / write
- tld ↔ String
-
The top level domain name
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toAsciiString(
) → String -
toString(
) → String - Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited