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