GelatoSessionDocumentOptions constructor

const GelatoSessionDocumentOptions({
  1. List<GelatoReportDocumentOptionsAllowedTypesItem>? allowedTypes,
  2. bool? requireIdNumber,
  3. bool? requireLiveCapture,
  4. bool? requireMatchingSelfie,
})

GelatoSessionDocumentOptions

Implementation

const GelatoSessionDocumentOptions({
  this.allowedTypes,
  this.requireIdNumber,
  this.requireLiveCapture,
  this.requireMatchingSelfie,
});