Service constructor

const Service({
  1. String? name,
  2. String? type,
  3. String? host,
  4. int? port,
  5. Map<String, Uint8List?>? txt,
  6. List<InternetAddress>? addresses,
})

Implementation

const Service(
    {this.name, this.type, this.host, this.port, this.txt, this.addresses});