IdentityVerificationSessionRedaction constructor

const IdentityVerificationSessionRedaction({
  1. required IdentityVerificationSessionRedactionStatus status,
})

Redaction status of this VerificationSession. If the VerificationSession is not redacted, this field will be null.

Implementation

const IdentityVerificationSessionRedaction({required this.status});