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