AddressCheckResult class

Helper class that contains the address options and indicates whether opening a socket to it succeeded or not.

Constructors

AddressCheckResult(AddressCheckOptions options, AddressCheckResultStatus status)
Constructor for AddressCheckResult. options is the options used to check for a connection. status is the status of the check.

Properties

hashCode int
The hash code for this object.
no setterinherited
options AddressCheckOptions
The options used to check for a connection.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AddressCheckResultStatus
The status of the check.
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