CacheWrapper<T>.fromJson constructor
CacheWrapper<T>.fromJson (
- dynamic json
Implementation
CacheWrapper.fromJson(json)
: cachedDate = json['cachedDate'],
data = json['data'];