AddressCheckOptions constructor

AddressCheckOptions(
  1. InternetAddress address, {
  2. int port = InternetConnectionChecker.defaultPort,
  3. Duration timeout = InternetConnectionChecker.defaultTimeout,
})

Implementation

AddressCheckOptions(
  this.address, {
  this.port = InternetConnectionChecker.defaultPort,
  this.timeout = InternetConnectionChecker.defaultTimeout,
});