silentSet method
void
silentSet(
- T newValue
Updates the value without notifying listeners.
Implementation
void silentSet(T newValue) {
_value = newValue;
}
Updates the value without notifying listeners.
void silentSet(T newValue) {
_value = newValue;
}