appcache property

bool? get appcache

Websites' appcaches.

Implementation

bool? get appcache => _wrapped.appcache;
set appcache (bool? v)

Implementation

set appcache(bool? v) {
  _wrapped.appcache = v;
}