notifyOnModified property

bool notifyOnModified

If it is true, the collection itself will be notified if the content of the document has changed.

The initial value is false, but it can be set to true by executing setNotifyOnModified.

Implementation

bool get notifyOnModified => _notifyOnModified;