toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final breeamCertification = this.breeamCertification;
final breeamCertificationException = this.breeamCertificationException;
final ecoCertifications = this.ecoCertifications;
final leedCertification = this.leedCertification;
final leedCertificationException = this.leedCertificationException;
return {
'breeamCertification': ?breeamCertification,
'breeamCertificationException': ?breeamCertificationException,
'ecoCertifications': ?ecoCertifications,
'leedCertification': ?leedCertification,
'leedCertificationException': ?leedCertificationException,
};
}