set method
void
set(
- T newValue
Sets the value of the Pod to newValue
and calls notifyListeners if
the value is different from the current value.
Implementation
void set(T newValue) {
_set(newValue);
}