ScanJob constructor

ScanJob(
  1. String host,
  2. int port,
  3. Duration timeout
)

Implementation

ScanJob(this.host, this.port, this.timeout);