nonNotifiableSetter property

set nonNotifiableSetter (T value)
inherited

Sets the value without notifying listeners.

Implementation

set nonNotifiableSetter(T value) {
  _data.value = value;
}