VerificationMetadata constructor

VerificationMetadata({
  1. DateTime? startedAt,
  2. DateTime? completedAt,
  3. String? consentId,
  4. String? type,
})

Implementation

VerificationMetadata({
  this.startedAt,
  this.completedAt,
  this.consentId,
  this.type,
});