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