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