PersistentPod<T> constructor

PersistentPod<T>(
  1. String key,
  2. T defaultValue
)

Implementation

PersistentPod(this.key, this.defaultValue)
    : super(_loadInitialValue(key, defaultValue));