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