head property

EventNode get head

Implementation

EventNode get head {
  return root.next;
}