factory Stats.fromJson(Map<String , dynamic> json) { return Stats( flagWeight: json['flag_weight'], gray: json['gray'], hide: json['hide'], totalVotes: json['total_votes'], ); }