DidDocumentProof constructor
const
DidDocumentProof({})
Implementation
const DidDocumentProof({
required this.type,
required this.timestamp,
required this.proofPurpose,
required this.controller,
required this.verificationMethod,
required this.signatureValue,
});