canRedo property

  1. @override
bool canRedo
override

Will be true if there are future values on the stack.

Implementation

@override
bool get canRedo => _stack.canRedo;