Certification constructor

Certification({
  1. String? authority,
  2. String? code,
  3. String? link,
  4. String? name,
  5. String? validUntil,
  6. String? value,
})

Implementation

Certification({
  this.authority,
  this.code,
  this.link,
  this.logo,
  this.name,
  this.validUntil,
  this.value,
});