AddressCheckResult constructor
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.
Implementation
AddressCheckResult(
this.options,
this.status,
);