IndustryRank.fromJson(Map<String, dynamic> json) { pos = json['pos']?.toInt(); total = json['total']?.toInt(); }