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