AddressCheckResult constructor

AddressCheckResult(
  1. AddressCheckOptions options,
  2. 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,
);