toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final carbonFreeEnergySources = this.carbonFreeEnergySources;
final carbonFreeEnergySourcesException =
this.carbonFreeEnergySourcesException;
final energyConservationProgram = this.energyConservationProgram;
final energyConservationProgramException =
this.energyConservationProgramException;
final energyEfficientHeatingAndCoolingSystems =
this.energyEfficientHeatingAndCoolingSystems;
final energyEfficientHeatingAndCoolingSystemsException =
this.energyEfficientHeatingAndCoolingSystemsException;
final energyEfficientLighting = this.energyEfficientLighting;
final energyEfficientLightingException =
this.energyEfficientLightingException;
final energySavingThermostats = this.energySavingThermostats;
final energySavingThermostatsException =
this.energySavingThermostatsException;
final greenBuildingDesign = this.greenBuildingDesign;
final greenBuildingDesignException = this.greenBuildingDesignException;
final independentOrganizationAuditsEnergyUse =
this.independentOrganizationAuditsEnergyUse;
final independentOrganizationAuditsEnergyUseException =
this.independentOrganizationAuditsEnergyUseException;
return {
'carbonFreeEnergySources': ?carbonFreeEnergySources,
'carbonFreeEnergySourcesException': ?carbonFreeEnergySourcesException,
'energyConservationProgram': ?energyConservationProgram,
'energyConservationProgramException': ?energyConservationProgramException,
'energyEfficientHeatingAndCoolingSystems':
?energyEfficientHeatingAndCoolingSystems,
'energyEfficientHeatingAndCoolingSystemsException':
?energyEfficientHeatingAndCoolingSystemsException,
'energyEfficientLighting': ?energyEfficientLighting,
'energyEfficientLightingException': ?energyEfficientLightingException,
'energySavingThermostats': ?energySavingThermostats,
'energySavingThermostatsException': ?energySavingThermostatsException,
'greenBuildingDesign': ?greenBuildingDesign,
'greenBuildingDesignException': ?greenBuildingDesignException,
'independentOrganizationAuditsEnergyUse':
?independentOrganizationAuditsEnergyUse,
'independentOrganizationAuditsEnergyUseException':
?independentOrganizationAuditsEnergyUseException,
};
}