ShaCertificate constructor

ShaCertificate({
  1. String? certType,
  2. String? name,
  3. String? shaHash,
})

Implementation

ShaCertificate({
  this.certType,
  this.name,
  this.shaHash,
});