GooglePrivacyDlpV2KeyValueMetadataProperty.fromJson constructor
GooglePrivacyDlpV2KeyValueMetadataProperty.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2KeyValueMetadataProperty.fromJson(core.Map json_)
: this(
key: json_['key'] as core.String?,
value: json_['value'] as core.String?,
);