EventsGetResponse class
Represents the response received when fetching events from the FingerprintJS Pro API.
Constructors
-
EventsGetResponse({required List<
Event> events, required Meta meta}) - Constructor to initialize the Event Get response.
-
EventsGetResponse.fromJson(Map<
String, dynamic> json) -
Factory constructor to create an EventsGetResponse from a JSON object.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts an EventsGetResponse instance to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited