IdentityVerificationSessionRedaction constructor
const
IdentityVerificationSessionRedaction({
- 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});