SolarPanelConfig constructor

SolarPanelConfig({
  1. int? panelsCount,
  2. List<RoofSegmentSummary>? roofSegmentSummaries,
  3. double? yearlyEnergyDcKwh,
})

Implementation

SolarPanelConfig({
  this.panelsCount,
  this.roofSegmentSummaries,
  this.yearlyEnergyDcKwh,
});