node property

RegisteredNode? node
final

The affected registration, when the subscriber needs more than the descriptor — its RegisteredNode.connection, RegisteredNode.principal or RegisteredNode.state.

Present for every event the registry emits; nullable so the const two-argument constructor keeps working.

Implementation

final RegisteredNode? node;