ForwardInfo class
Details of the final state "forward" and associated resource.
Constructors
- ForwardInfo({String? ipAddress, String? resourceUri, String? target})
- ForwardInfo.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddress ↔ String?
-
IP address of the target (if applicable).
getter/setter pair
- resourceUri ↔ String?
-
URI of the resource that the packet is forwarded to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target ↔ String?
-
Target type where this packet is forwarded to.
Possible string values are:
getter/setter pair
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