Event class

Represents an individual event returned by the FingerprintJS Pro API.

Constructors

Event({required String id, required String timestamp, required Map<String, dynamic> details})
Constructor to initialize the Event response.
Event.fromJson(Map<String, dynamic> json)
Factory constructor to create an Event from a JSON object.
factory

Properties

details Map<String, dynamic>
Additional event details.
final
hashCode int
The hash code for this object.
no setterinherited
id String
Unique identifier of the event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp String
Timestamp of when the event occurred.
final

Methods

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

Operators

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