FeedbookData.fromJson(Map<String, dynamic> json) { contact = json['contact']; content = json['content']; userId = json['user_id']; }