FingerprintJSProResponse constructor
FingerprintJSProResponse(
- String requestId,
- String visitorId,
- ConfidenceScore confidenceScore,
- String? sealedResult,
Default constructor
Implementation
FingerprintJSProResponse(
this.requestId, this.visitorId, this.confidenceScore, this.sealedResult);