Delegation constructor
const
Delegation(
- BinaryBlob pubkey,
- BigInt expiration,
- List<
Principal> ? targets
Implementation
const Delegation(this.pubkey, this.expiration, this.targets);