Service class

Represents a network service.

Constructors

Service({String? name, String? type, String? host, int? port, Map<String, Uint8List?>? txt, List<InternetAddress>? addresses})
const

Properties

addresses List<InternetAddress>?
final
hashCode int
The hash code for this object.
no setterinherited
host 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?>?
Represents DNS TXT records.
final
type String?
final

Methods

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

Operators

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