ClientCache.fromJson constructor

ClientCache.fromJson(
  1. Map json_
)

Implementation

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