FormatProperty constructor
FormatProperty({
- JwtFormat? jwt,
- JwtFormat? jwtVc,
- JwtFormat? jwtVp,
- LinkedDataProofFormat? ldp,
- LinkedDataProofFormat? ldpVc,
- LinkedDataProofFormat? ldpVp,
Implementation
FormatProperty(
{this.jwt, this.jwtVc, this.jwtVp, this.ldp, this.ldpVc, this.ldpVp});