head property

EventNode? head

Implementation

EventNode get head {
  return root.next;
}