reset method

void reset()

Implementation

void reset() {
  _invoer = Invoer.standaard();
  _resultaten = null;
  notifyListeners();
}