$CertChain constructor

$CertChain({
  1. List<String>? certificates,
})

Implementation

$CertChain({
  this.certificates,
});