CacheTypedLink constructor
CacheTypedLink([
- Cache? cache
Implementation
CacheTypedLink([
Cache? cache,
]) {
/// Set default cache if none is provided
this.cache = cache ??= _defaultCache = Cache();
}