getEvent method

CausalEvent? getEvent(
  1. String eventId
)

Returns the event with the given eventId, or null.

Implementation

CausalEvent? getEvent(String eventId) => _nodes[eventId];