factory SharedSecrets.fromJson(Map<String, dynamic> json) => SharedSecrets( storageNoncePublicKey: json['storageNoncePublicKey'], );