getEvent method
Returns the event with the given eventId, or null.
Implementation
CausalEvent? getEvent(String eventId) => _nodes[eventId];
Returns the event with the given eventId, or null.
CausalEvent? getEvent(String eventId) => _nodes[eventId];