factory SSSSCache.fromJson(Map<String, dynamic> json) => SSSSCache( type: json['type'], keyId: json['key_id'], ciphertext: json['ciphertext'], content: json['content'], );