PerksNameValueSyncBox<T> constructor
PerksNameValueSyncBox<T> ({
- required PerksSyncAdapter adapter,
- bool cache = true,
Implementation
PerksNameValueSyncBox({
required final PerksSyncAdapter adapter,
this.cache = true,
}) : super(adapter);