CacheWrapper<T>.fromJson constructor

CacheWrapper<T>.fromJson(
  1. dynamic json
)

Implementation

CacheWrapper.fromJson(json)
    : cachedDate = json['cachedDate'],
      data = json['data'];