Whether this Pod is disposable. If false, the Pod will not be disposed
when dispose is called. Instead, it will continue to exist until the
application is closed.
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
Maps this Pod to a new Pod using the specified reducer. Optionally,
provide updateParents to define how parent Pods should be updated when
this Pod changes.
Maps this Pod to a new temp Pod using the specified reducer. Optionally,
provide updateParents to define how parent Pods should be updated when
this Pod changes.
Refresh this Pod's value asynchronously and notfies any listeners after
the current build phase to allow you to make state changes during the build
phase.
Update this Pod's value asynchronously and notfies any listeners after the
current build phase to allow you to make state changes during the build
phase.