PrfIso<T> constructor
PrfIso<T> (
- String key, {
- T? defaultValue,
Creates a new isolate-safe preference object with the given key
and optional defaultValue
.
Implementation
PrfIso(super.key, {super.defaultValue}) : _customAdapter = null {
_resolvedAdapter = PrfAdapterMap.instance.of<T>();
}