NsdServiceInfo class

Info class for holding discovered service

Constructors

NsdServiceInfo(String? hostname, int? port, String? name, Map<String, Uint8List>? txt, {List<String>? hostAddresses})

Properties

hashCode int
The hash code for this object.
no setterinherited
hostAddresses List<String>?
A list of strings containing the known addresses for this host (Ipv4 and Ipv6). The iOS implementation currently returns null
final
hostname String?
final
name String?
final
port int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txt Map<String, Uint8List>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited