CiphertextInfo.fromJson(Map<String, Object?> json) : body = json['body'] as String, type = json['type'] as int;