Returns the history list.
List<(int, int, DateTime)> get history { _history = _history.orderByDescending((x) => x.$3).toList(); return _history; }