Document class

Annotations
  • @JsonSerializable.new(includeIfNull: false, explicitToJson: true)

Constructors

Document(dynamic documentType, dynamic readingConfiguration, dynamic isHelpPageDisabled, dynamic isExpiredDocumentValidateDisabled, dynamic faceScanMinimumMatchLevel, dynamic faceReadMinimumMatchLevel, dynamic isUserDataReviewDisabled, dynamic isFrontSideReviewEnabled, dynamic isBackSideReviewEnabled, dynamic isUploadEnabled, dynamic isPhotoQualityDetectionEnabled, dynamic minimumAge)

Properties

documentType DocumentType?
getter/setter pair
faceReadMinimumMatchLevel int
getter/setter pair
faceScanMinimumMatchLevel int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBackSideReviewEnabled bool
getter/setter pair
isExpiredDocumentValidateDisabled bool
getter/setter pair
isFrontSideReviewEnabled bool
getter/setter pair
isHelpPageDisabled bool
getter/setter pair
isPhotoQualityDetectionEnabled bool
getter/setter pair
isUploadEnabled bool
getter/setter pair
isUserDataReviewDisabled bool
getter/setter pair
minimumAge int
getter/setter pair
readingConfiguration ReadingConfiguration?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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