updateValue property
T
get
updateValue
Returns the current value of the Pod and calls refresh
Implementation
T get updateValue {
this.refresh();
return value;
}
Returns the current value of the Pod and calls refresh
T get updateValue {
this.refresh();
return value;
}