DecapsulateResponse.fromJson constructor
DecapsulateResponse.fromJson(
- Map json_
Implementation
DecapsulateResponse.fromJson(core.Map json_)
: this(
name: json_['name'] as core.String?,
protectionLevel: json_['protectionLevel'] as core.String?,
sharedSecret: json_['sharedSecret'] as core.String?,
sharedSecretCrc32c: json_['sharedSecretCrc32c'] as core.String?,
verifiedCiphertextCrc32c:
json_['verifiedCiphertextCrc32c'] as core.bool?,
);