FingerprintJSProExtendedResponse constructor

FingerprintJSProExtendedResponse(
  1. String requestId,
  2. String visitorId,
  3. ConfidenceScore confidenceScore,
  4. String? sealedResult,
  5. bool visitorFound,
  6. String ipAddress,
  7. IpLocation? ipLocation,
  8. String osName,
  9. String osVersion,
  10. String device,
  11. StSeenAt firstSeenAt,
  12. StSeenAt lastSeenAt,
)

Default constructor

Implementation

FingerprintJSProExtendedResponse(
    super.requestId,
    super.visitorId,
    super.confidenceScore,
    super.sealedResult,
    this.visitorFound,
    this.ipAddress,
    this.ipLocation,
    this.osName,
    this.osVersion,
    this.device,
    this.firstSeenAt,
    this.lastSeenAt);