VerifyBiometricModel class

Constructors

VerifyBiometricModel({required bool success, required String message, required Map<String, dynamic> device, String? encryptedChallenge, String? credentialId, required List<String> errorCodes})
const
VerifyBiometricModel.fromJson(String source)
factory
VerifyBiometricModel.fromMap(Map<String, dynamic> map)
factory

Properties

credentialId String?
final
device Map<String, dynamic>
final
encryptedChallenge String?
final
errorCodes List<String>
final
hashCode int
The hash code for this object.
no setterinherited
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
final

Methods

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

Operators

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