Address class

Used in ActorPath for storing ActorSystem name, host address and protocol.

Constructors

Address(String system, {String? host, int? port})

Properties

hashCode int
The hash code for this object.
no setterinherited
host String?
Host internet address.
final
port int?
Port which the used ActorSystem.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
system String
Name of ActorSystem.
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