Esg constructor

Esg({
  1. List<EsgData>? data,
  2. Series? series,
  3. Sector? sector,
  4. IndustrieRating? industryRating,
  5. double? environmentScore,
  6. double? governanceScore,
  7. double? socialScore,
  8. String? symbol,
  9. double? totalEsg,
})

Implementation

Esg(
    {this.data,
    this.series,
    this.sector,
    this.industryRating,
    this.environmentScore,
    this.governanceScore,
    this.socialScore,
    this.symbol,
    this.totalEsg});