DomainWhois class
This class performs the lookup of WHOIS data from a domain name by querying the IP2WHOIS API.
Constructors
- DomainWhois(Configuration _configuration)
- Creates a new DomainWhois.
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
-
lookUp(
String domain) → Future< Map< String, dynamic> > - Query IP2WHOIS domain data.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDomainExtension(
String str) → String - Extract just the domain extension (TLD) from a URL or domain string.
-
toDomainName(
String str) → String - Extract the normalized domain name (host + TLD) from a URL.
-
toNormalText(
String domain) → String - Returns the domain name for the Punycode.
-
toPunycode(
String domain) → String - Returns the Punycode for the domain name.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited