Delegation constructor

const Delegation(
  1. BinaryBlob pubkey,
  2. BigInt expiration,
  3. List<Principal>? targets
)

Implementation

const Delegation(this.pubkey, this.expiration, this.targets);