SolarPanelConfig constructor
      
      SolarPanelConfig({ 
    
    
- int? panelsCount,
- List<RoofSegmentSummary> ? roofSegmentSummaries,
- double? yearlyEnergyDcKwh,
Implementation
SolarPanelConfig({
  this.panelsCount,
  this.roofSegmentSummaries,
  this.yearlyEnergyDcKwh,
});