Adds entry to the beginning of the linked list.
entry
@override void addFirst(EasyText entry) { textLength += entry.length; super.addFirst(entry); }