Installation constructor

Installation({
  1. double? capacityInKw,
  2. double? estimatedAnnualGenerationInKwh,
  3. String? fitId,
  4. String? regoId,
  5. InstallationTechnologyType? technologyType,
})

Implementation

Installation({
  this.capacityInKw,
  this.estimatedAnnualGenerationInKwh,
  this.fitId,
  this.regoId,
  this.technologyType,
});