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