CachedPrfObject<T> constructor
CachedPrfObject<T> (
- String key, {
- T? defaultValue,
Creates a new cached preference object with the given key
and optional defaultValue
.
Implementation
CachedPrfObject(super.key, {super.defaultValue});