GooglePrivacyDlpV2ByteContentItem.fromJson constructor
GooglePrivacyDlpV2ByteContentItem.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2ByteContentItem.fromJson(core.Map json_)
: this(
data: json_['data'] as core.String?,
type: json_['type'] as core.String?,
);