SustainabilityCertifications constructor

SustainabilityCertifications({
  1. String? breeamCertification,
  2. String? breeamCertificationException,
  3. List<EcoCertification>? ecoCertifications,
  4. String? leedCertification,
  5. String? leedCertificationException,
})

Implementation

SustainabilityCertifications({
  this.breeamCertification,
  this.breeamCertificationException,
  this.ecoCertifications,
  this.leedCertification,
  this.leedCertificationException,
});