CacheWrapper<T> constructor

CacheWrapper<T>(
  1. T data,
  2. int cachedDate
)

Implementation

CacheWrapper(this.data, this.cachedDate);