Cert constructor

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

Implementation

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