setNotifyOnModified method

void setNotifyOnModified(
  1. bool notify
)

If notify is set to true, the collection will be notified of changes to the document.

Implementation

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