String get history => _history;
set history(String history) { _history = history; notifyListeners(); }