AddressCheckOptions constructor

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

AddressCheckOptions Constructor

Implementation

AddressCheckOptions(
    this.address, {
      this.port = InternetConnectionChecker.DEFAULT_PORT,
      this.timeout = InternetConnectionChecker.DEFAULT_TIMEOUT,
    });