Presentation constructor
Presentation(
- List<
ProvenClaim> provenClaims, - List<
License> licenses, - Nonce? nonce
Implementation
Presentation(this.provenClaims, this.licenses, Nonce? nonce) : super(nonce);