GooglePrivacyDlpV2StoredInfoTypeStats.fromJson constructor

GooglePrivacyDlpV2StoredInfoTypeStats.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2StoredInfoTypeStats.fromJson(core.Map json_)
    : this(
        largeCustomDictionary: json_.containsKey('largeCustomDictionary')
            ? GooglePrivacyDlpV2LargeCustomDictionaryStats.fromJson(
                json_['largeCustomDictionary']
                    as core.Map<core.String, core.dynamic>)
            : null,
      );