RelatedVisitorsResponse class

Represents the response from the FingerprintJS Pro API when querying for related visitors.

Constructors

RelatedVisitorsResponse({required List<RelatedVisitor> visitors, required Meta meta})
Constructor to initialize the relaeted visitors response.
RelatedVisitorsResponse.fromJson(Map<String, dynamic> json)
Creates an instance of RelatedVisitorsResponse from a JSON map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
meta → Meta
Metadata about the response (e.g., pagination details).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visitors List<RelatedVisitor>
The list of related visitor objects.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this RelatedVisitorsResponse instance into a JSON map.
toString() String
A string representation of this object.
override

Operators

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