EcoCertification constructor

EcoCertification({
  1. bool? awarded,
  2. String? awardedException,
  3. String? ecoCertificate,
})

Implementation

EcoCertification({
  this.awarded,
  this.awardedException,
  this.ecoCertificate,
});