UserVotes.fromJSON(Map<String, dynamic> json) : user = User.fromJSON(json['user']), votes = Utils.createStringList(json['votes']);