InputHistory constructor
InputHistory({
- int maxEntries = 500,
Implementation
InputHistory({this.maxEntries = 500}) : _entries = [], _currentIndex = -1;
InputHistory({this.maxEntries = 500}) : _entries = [], _currentIndex = -1;