LinkedDataProof constructor
LinkedDataProof({})
Implementation
LinkedDataProof(
{required this.type,
required this.proofPurpose,
required this.verificationMethod,
required this.created,
this.proofValue,
this.challenge,
this.jws,
this.domain});