PortServiceInfo constructor

PortServiceInfo(
  1. String addr,
  2. int port,
  3. bool isLocal, {
  4. String? runId,
  5. String? realAddr,
  6. dynamic data,
  7. Map<String, String>? info,
})

Implementation

PortServiceInfo(this.addr, this.port, this.isLocal, {this.runId, this.realAddr, this.data, this.info});