SingleChildCachedValue<CacheContentType> constructor

const SingleChildCachedValue<CacheContentType>(
  1. CachedValue<CacheContentType> child
)

Creates a cached value that wraps a child

Implementation

const SingleChildCachedValue(this.child);