GooglePrivacyDlpV2SummaryResult.fromJson constructor
GooglePrivacyDlpV2SummaryResult.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2SummaryResult.fromJson(core.Map json_)
: this(
code: json_['code'] as core.String?,
count: json_['count'] as core.String?,
details: json_['details'] as core.String?,
);