Parses the raw event data and returns a new RawEvent instance.
A new instance of RawEvent containing the event details.
The raw JSON string representing the event data.
The type of the event.
The identifier of the last event processed.
Determines whether the provided JSON data contains the specified event property.
True if the parsed data contains the specified event property; otherwise, false.
The raw JSON string representing the event data.
The name of the event property to look for.
Generated using TypeDoc
A parser for handling and converting raw event data.