DelegationChain constructor

const DelegationChain(
  1. List<SignedDelegation> delegations,
  2. DerEncodedBlob publicKey
)

Implementation

const DelegationChain(this.delegations, this.publicKey);