BlinkCardSide class

Represents the card side for liveness checks

Constructors

BlinkCardSide(Map<String, dynamic> nativeCardSide)

Properties

handPresenceCheck BlinkCardCheckResult?
Retrieves the result of the check indicating the presence of a live hand.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
photocopyCheck BlinkCardCheckResult?
Retrieves the result of the check performed on the document using photocopy detection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenCheck BlinkCardCheckResult?
Retrieves the result of the check performed on the document using screen detection.
getter/setter pair

Methods

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