ShowCertification constructor

ShowCertification(
  1. String certification,
  2. String country
)

Implementation

ShowCertification(this.certification, this.country);