canUndo property

  1. @override
bool canUndo
override

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

Implementation

@override
bool get canUndo => _stack.canUndo;