Map<String, dynamic> toJson() { return Map<String, dynamic>.from({ "title": title, "content": content.toJson(), "config": config.toJson(), "businessID": "group_poll", }); }