UAddressCheckOptions constructor
UAddressCheckOptions(
- InternetAddress address, {
- int port = UInternetConnectionChecker.defaultPort,
- Duration timeout = UInternetConnectionChecker.defaultTimeout,
Implementation
UAddressCheckOptions(
this.address, {
this.port = UInternetConnectionChecker.defaultPort,
this.timeout = UInternetConnectionChecker.defaultTimeout,
});