canGoForward property

bool canGoForward

Whether goForward may succeed.

Implementation

bool get canGoForward => !kIsWeb && _canGoForward;