value property

  1. @override
  2. @mustCallSuper
CacheContentType value
override

Access the current cache value.

If the cache is considered invalid, calls refresh.

Implementation

@override
@mustCallSuper
CacheContentType get value => child.value;