Configuration class

Constructors

Configuration({bool? requireDocumentCopy, bool? enablePostCropping, bool? enableManual, bool? requireMrzContents, bool? requireNfcWhenAvailable, bool? readMrzContents, List<Validator?>? validators, List<DocumentFilter?>? documentFilters, bool? documentFiltersAutoCreateValidators, String? customDismissButtonTitle, bool? isScanHelpEnabled, bool? requireCroppedImage, InstructionScreenConfiguration? instructionScreenConfiguration, ScanHelpConfiguration? scanHelpConfiguration, bool? enableVisualInspection})

Properties

customDismissButtonTitle String?
getter/setter pair
documentFilters List<DocumentFilter?>?
getter/setter pair
documentFiltersAutoCreateValidators bool?
getter/setter pair
enableManual bool?
getter/setter pair
enablePostCropping bool?
getter/setter pair
enableVisualInspection bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instructionScreenConfiguration InstructionScreenConfiguration?
getter/setter pair
isScanHelpEnabled bool?
getter/setter pair
readMrzContents bool?
getter/setter pair
requireCroppedImage bool?
getter/setter pair
requireDocumentCopy bool?
getter/setter pair
requireMrzContents bool?
getter/setter pair
requireNfcWhenAvailable bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanHelpConfiguration ScanHelpConfiguration?
getter/setter pair
validators List<Validator?>?
getter/setter pair

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(Object message) Configuration