SolarPanel constructor

SolarPanel({
  1. LatLng? center,
  2. String? orientation,
  3. int? segmentIndex,
  4. double? yearlyEnergyDcKwh,
})

Implementation

SolarPanel({
  this.center,
  this.orientation,
  this.segmentIndex,
  this.yearlyEnergyDcKwh,
});