ScanResult constructor

ScanResult(
  1. String host,
  2. int port,
  3. bool isOpen
)

Implementation

ScanResult(this.host, this.port, this.isOpen);