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