Cert constructor
const
Cert({
- required List tree,
- required Uint8List signature,
- required CertDelegation? delegation,
Implementation
const Cert({
required this.tree,
required this.signature,
required this.delegation,
});