LdProofVcDetailOptions constructor

LdProofVcDetailOptions({
  1. required String proofType,
  2. String? proofPurpose,
  3. DateTime? created,
  4. String? challenge,
  5. String? domain,
  6. String? credentialStatusType,
})

Implementation

LdProofVcDetailOptions(
    {required this.proofType,
    this.proofPurpose,
    this.created,
    this.challenge,
    this.domain,
    this.credentialStatusType});