CacheObject constructor

CacheObject(
  1. Map<String, dynamic> _data
)

Implementation

CacheObject(this._data) : super(_data);