setValueWithoutNotify property
set
setValueWithoutNotify
(T value)
Method uses to set value without notify listeners
Implementation
// ignore: avoid_setters_without_getters
set setValueWithoutNotify(T value) => _value = value;