PersistentPod<T> constructor
PersistentPod<T> (
- String key,
- T defaultValue
Implementation
PersistentPod(this.key, this.defaultValue)
: super(_loadInitialValue(key, defaultValue));