updateWithEffects method
void
updateWithEffects(
- T newValue
Update with side effects
Implementation
void updateWithEffects(T newValue) {
value = newValue;
}
Update with side effects
void updateWithEffects(T newValue) {
value = newValue;
}