updateInvoer method

void updateInvoer(
  1. Invoer nieuw
)

Implementation

void updateInvoer(Invoer nieuw) {
  _invoer = nieuw;
  _resultaten = null;
  notifyListeners();
}