CertificateModel constructor

CertificateModel(
  1. String name,
  2. String id
)

Implementation

CertificateModel(super.name, super.id);