EnrollmentResult class

Result from an enrollment attempt

Constructors

EnrollmentResult({required bool success, required String customId, String? descriptor, String? imagePath, String? status})
const
EnrollmentResult.fromMap(Map map)
Parse result from platform callback
factory

Properties

customId String
The custom ID of the enrolled user
final
descriptor String?
Biometric descriptor/template (if withoutServerPushing = true)
final
hashCode int
The hash code for this object.
no setterinherited
imagePath String?
Path to saved image (if saveImage was enabled)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Status message
final
success bool
Whether enrollment was successful
final

Methods

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

Operators

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