NsdServiceInfo constructor

NsdServiceInfo(
  1. String? hostname,
  2. int? port,
  3. String? name,
  4. Map<String, Uint8List>? txt, {
  5. List<String>? hostAddresses,
})

Implementation

NsdServiceInfo(this.hostname, this.port, this.name, this.txt, {this.hostAddresses});