Result class

Inheritance

Constructors

Result({String? hostname, bool? isIp, String? subdomain, String? domain, String? domainWithoutSuffix})

Properties

domain String?
getter/setter pair
domainWithoutSuffix String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostname String?
getter/setter pair
isIcann bool?
getter/setter pairinherited
isIp bool?
getter/setter pair
isPrivate bool?
getter/setter pairinherited
publicSuffix String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subdomain String?
getter/setter pair

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