UnnamedUnion6 class final
The event body as union, which fields depends on the event type. By convention, the first member of each struct in the union must be the pointer which is relevant to the event.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the UnionAddress extension
The memory address of the underlying data.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rx_msg ↔ UnnamedStruct21
-
getter/setter pair
- timer ↔ UnnamedStruct17
-
getter/setter pair
- tsx_state ↔ UnnamedStruct18
-
getter/setter pair
- tx_error ↔ UnnamedStruct20
-
getter/setter pair
- tx_msg ↔ UnnamedStruct19
-
getter/setter pair
- user ↔ UnnamedStruct22
-
getter/setter pair
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