AddressCheckOptions constructor

AddressCheckOptions(
  1. InternetAddress address, {
  2. int port = DEFAULT_PORT,
  3. Duration timeout = DEFAULT_TIMEOUT,
})

Implementation

AddressCheckOptions(
  this.address, {
  this.port = DEFAULT_PORT,
  this.timeout = DEFAULT_TIMEOUT,
});