history property

String history

Implementation

String get history => _history;
void history=(String history)

Implementation

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