ClientCache.fromJson constructor
ClientCache.fromJson(
- Map json_
Implementation
ClientCache.fromJson(core.Map json_)
: this(
entityIdIncluded: json_['entityIdIncluded'] as core.bool?,
strictValidationEnabled: json_['strictValidationEnabled'] as core.bool?,
);