forceValue method
void
forceValue(
- T value
Force the value to be a specific value.
Implementation
void forceValue(T value) {
_value = value;
notifyListeners();
}
Force the value to be a specific value.
void forceValue(T value) {
_value = value;
notifyListeners();
}