solarPanels property

List<SolarPanel>? solarPanels
getter/setter pair

Each SolarPanel describes a single solar panel.

They are listed in the order that the panel layout algorithm placed this. This is usually, though not always, in decreasing order of annual energy production.

Implementation

core.List<SolarPanel>? solarPanels;