DataCacheConfig.fromJson constructor
DataCacheConfig.fromJson(
- Map json_
Implementation
DataCacheConfig.fromJson(core.Map json_)
: this(dataCacheEnabled: json_['dataCacheEnabled'] as core.bool?);
DataCacheConfig.fromJson(core.Map json_)
: this(dataCacheEnabled: json_['dataCacheEnabled'] as core.bool?);