DlpRuleViolation.fromJson constructor
DlpRuleViolation.fromJson(
- Map _json
Implementation
DlpRuleViolation.fromJson(core.Map _json)
: this(
ruleViolationInfo: _json.containsKey('ruleViolationInfo')
? RuleViolationInfo.fromJson(_json['ruleViolationInfo']
as core.Map<core.String, core.dynamic>)
: null,
);