currentEntry property

HistoryEntry? get currentEntry

Implementation

HistoryEntry? get currentEntry =>
    currentIndex < entries.length ? entries[currentIndex] : null;