GelatoSessionDocumentOptions constructor
const
GelatoSessionDocumentOptions({
- List<
GelatoReportDocumentOptionsAllowedTypesItem> ? allowedTypes, - bool? requireIdNumber,
- bool? requireLiveCapture,
- bool? requireMatchingSelfie,
GelatoSessionDocumentOptions
Implementation
const GelatoSessionDocumentOptions({
this.allowedTypes,
this.requireIdNumber,
this.requireLiveCapture,
this.requireMatchingSelfie,
});