canGoForward property

bool get canGoForward

Whether we can go forward in history

Implementation

bool get canGoForward => _currentIndex < _history.length - 1;