IntegrationInfo class

Represents the integration metadata retrieved from the FingerprintJS Pro API.

Constructors

IntegrationInfo({required String name, required String type, required String version, required String publicKey})
Constructor to initialize integration metadata.
IntegrationInfo.fromJson(Map<String, dynamic> json)
Creates an instance from a JSON object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the integration.
final
publicKey String
The public API key associated with the integration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of integration (e.g., "server", "client").
final
version String
The version of the SDK used.
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