PortServiceInfo class

Constructors

PortServiceInfo.new(String addr, int port, bool isLocal, {String? runId, String? realAddr, dynamic data, Map<String, String>? info})

Properties

addr String
getter/setter pair
data ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
info Map<String, String>?
getter/setter pair
isLocal bool
getter/setter pair
port int
getter/setter pair
realAddr String?
getter/setter pair
runId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? addr, int? port, bool? isLocal, String? runId, String? realAddr, dynamic data, Map<String, String>? info}) PortServiceInfo
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