AddressCheckOptions class
This class should be pretty self-explanatory. If AddressCheckOptions.port or AddressCheckOptions.timeout are not specified, they both default to DataConnectionChecker.DEFAULT_PORT and DataConnectionChecker.DEFAULT_TIMEOUT Also... yeah, I'm not great at naming things.
Constructors
- AddressCheckOptions(InternetAddress address, {int port = DataConnectionChecker.DEFAULT_PORT, Duration timeout = DataConnectionChecker.DEFAULT_TIMEOUT})
Properties
- address → InternetAddress
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- port → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout → Duration
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited