PerksNameValueBox<T> constructor

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

Implementation

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