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