SearchEventsResponse class

Represents the response from the FingerprintJS Pro API when searching for events.

Constructors

SearchEventsResponse({required List<Event> events, required Meta meta})
Constructor to initialize the Search Event response.
SearchEventsResponse.fromJson(Map<String, dynamic> json)
Creates an instance of SearchEventsResponse from a JSON map.
factory

Properties

events List<Event>
The list of event objects that match the search criteria.
final
hashCode int
The hash code for this object.
no setterinherited
meta → Meta
Metadata related to the search results (pagination details, total count, etc.).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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