setNotifyOnModified method

void setNotifyOnModified(
  1. bool notify
)

Change the value of notifyOnModified to notify.

Implementation

void setNotifyOnModified(bool notify) {
  _notifyOnModified = notify;
}