IndustryRank constructor

IndustryRank({
  1. int? pos,
  2. int? total,
})

Implementation

IndustryRank({this.pos, this.total});