const factory BiometricVerificationResult({ bool? status, String? message, Map<String, dynamic>? result, }) = _BiometricVerificationResult;