Cert constructor

Cert({
  1. List? tree,
  2. Uint8List? signature,
  3. Delegation? delegation,
})

Implementation

Cert({this.tree, this.signature, this.delegation});