Prfy<T> constructor

  1. @Deprecated('Use PrfIso instead. This class will be removed in a future version.')
Prfy<T>(
  1. String key, {
  2. T? defaultValue,
})

Creates a new isolate-safe preference object with the given key and optional defaultValue.

Implementation

@Deprecated(
    'Use PrfIso instead. This class will be removed in a future version.')
Prfy(super.key, {super.defaultValue});