Installation constructor
Installation({
- double? capacityInKw,
- double? estimatedAnnualGenerationInKwh,
- String? fitId,
- String? regoId,
- InstallationTechnologyType? technologyType,
Implementation
Installation({
this.capacityInKw,
this.estimatedAnnualGenerationInKwh,
this.fitId,
this.regoId,
this.technologyType,
});