head property

StatusNode get head

Implementation

StatusNode get head {
  return root.next;
}