void viewToModelUpdate(newValue)

Source

void viewToModelUpdate(dynamic newValue) {
  this.viewModel = newValue;
  this.update.add(newValue);
}