PerksNameValueSyncBox<T> constructor

PerksNameValueSyncBox<T>({
  1. required PerksSyncAdapter adapter,
  2. bool cache = true,
})

Implementation

PerksNameValueSyncBox({
  required final PerksSyncAdapter adapter,
  this.cache = true,
}) : super(adapter);