GooglePrivacyDlpV2LargeCustomDictionaryStats.fromJson constructor
GooglePrivacyDlpV2LargeCustomDictionaryStats.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2LargeCustomDictionaryStats.fromJson(core.Map json_)
: this(
approxNumPhrases: json_.containsKey('approxNumPhrases')
? json_['approxNumPhrases'] as core.String
: null,
);