AddrAction enum
AddrAction represents an action taken on one of a Host's listen addresses. It is used to add context to address change events in EvtLocalAddressesUpdated.
Values
- unknown → const AddrAction
-
Unknown means that the event producer was unable to determine why the address is in the current state.
- added → const AddrAction
-
Added means that the address is new and was not present prior to the event.
- maintained → const AddrAction
-
Maintained means that the address was not altered between the current and previous states.
- removed → const AddrAction
-
Removed means that the address was removed from the Host.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AddrAction> - A constant List of the values in this enum, in order of their declaration.