GooglePrivacyDlpV2KmsWrappedCryptoKey.fromJson constructor
GooglePrivacyDlpV2KmsWrappedCryptoKey.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2KmsWrappedCryptoKey.fromJson(core.Map json_)
: this(
cryptoKeyName: json_.containsKey('cryptoKeyName')
? json_['cryptoKeyName'] as core.String
: null,
wrappedKey: json_.containsKey('wrappedKey')
? json_['wrappedKey'] as core.String
: null,
);