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