nsd
nsd
ServiceInfo
ServiceInfo const constructor
ServiceInfo
ServiceInfo
constructor
Null safety
const
ServiceInfo
(
{
String
?
name
,
String
?
type
,
String
?
host
,
int
?
port
,
Map
<
String
,
Uint8List
?
>
?
txt
}
)
Implementation
const ServiceInfo({this.name, this.type, this.host, this.port, this.txt});
nsd
nsd
ServiceInfo
ServiceInfo const constructor
ServiceInfo class
Constructors
ServiceInfo
Properties
hashCode
host
name
port
runtimeType
txt
type
Methods
noSuchMethod
toString
Operators
operator ==