CacheWrapper<T>.fromMap constructor

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

Implementation

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