solarPanelConfigs property

List<SolarPanelConfig>? solarPanelConfigs
getter/setter pair

Each SolarPanelConfig describes a different arrangement of solar panels on the roof.

They are in order of increasing number of panels. The SolarPanelConfig with panels_count=N is based on the first N panels in the solar_panels list. This field is only populated if at least 4 panels can fit on a roof.

Implementation

core.List<SolarPanelConfig>? solarPanelConfigs;