IdentityVerificationSessionUpdateOptions constructor

const IdentityVerificationSessionUpdateOptions({
  1. List<String>? expand,
  2. Map<String, String>? metadata,
  3. VerificationSessionOptions? options,
  4. IdentityVerificationReportType? type,
})

Implementation

const IdentityVerificationSessionUpdateOptions({
  this.expand,
  this.metadata,
  this.options,
  this.type,
});