FormatProperty constructor

FormatProperty({
  1. JwtFormat? jwt,
  2. JwtFormat? jwtVc,
  3. JwtFormat? jwtVp,
  4. LinkedDataProofFormat? ldp,
  5. LinkedDataProofFormat? ldpVc,
  6. LinkedDataProofFormat? ldpVp,
})

Implementation

FormatProperty(
    {this.jwt, this.jwtVc, this.jwtVp, this.ldp, this.ldpVc, this.ldpVp});