DataWithCacheKey<D extends Object> constructor

const DataWithCacheKey<D extends Object>(
  1. D data,
  2. String cacheKey
)

Constructor data Original data cacheKey Full unmodified cache key

Implementation

const DataWithCacheKey(this.data, this.cacheKey);