Voted.fromJson(Map<String, dynamic> json) : this( json['id'], json['commentId'], json['votes'], json['vote'], json['userId'], );