UAddressCheckOptions constructor

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

Implementation

UAddressCheckOptions(
  this.address, {
  this.port = UInternetConnectionChecker.defaultPort,
  this.timeout = UInternetConnectionChecker.defaultTimeout,
});