ServiceInfo constructor

ServiceInfo(
  1. Map<String, Uint8List?>? attr,
  2. String name,
  3. String type,
  4. String hostName,
  5. String address,
  6. int port,
)

Implementation

ServiceInfo(
    this.attr, this.name, this.type, this.hostName, this.address, this.port);