silent property

Storage<E> silent

Returns Storage<E> that will not trigger updates or updatesSticky.

Useful when you are already observing the changes and don't want to be notified about your own actions.

Implementation

Storage<E> get silent => _inner;