RoofSegmentSummary constructor

RoofSegmentSummary({
  1. double? azimuthDegrees,
  2. int? panelsCount,
  3. double? pitchDegrees,
  4. int? segmentIndex,
  5. double? yearlyEnergyDcKwh,
})

Implementation

RoofSegmentSummary({
  this.azimuthDegrees,
  this.panelsCount,
  this.pitchDegrees,
  this.segmentIndex,
  this.yearlyEnergyDcKwh,
});