NetworkPathComponentDetails class
Information about the destination of the next component in the network path.
Constructors
-
NetworkPathComponentDetails({List<
String> ? address, List<PortRange> ? portRanges}) -
NetworkPathComponentDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
address
→ List<
String> ? -
The IP addresses of the destination.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
portRanges
→ List<
PortRange> ? -
A list of port ranges for the destination.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited