IndustrieRating constructor

IndustrieRating({
  1. String? symbol,
  2. String? cik,
  3. String? companyName,
  4. String? industry,
  5. int? year,
  6. String? eSGRiskRating,
  7. IndustryRank? industryRank,
})

Implementation

IndustrieRating(
    {this.symbol,
    this.cik,
    this.companyName,
    this.industry,
    this.year,
    this.eSGRiskRating,
    this.industryRank});