NimmstaEvent class

Represents an event generated by the Nimmsta SDK.

Constructors

NimmstaEvent(NimmstaEventType type, Map<String, dynamic>? data)
Constructor to create a NimmstaEvent with the specified type and data.

Properties

data Map<String, dynamic>?
Optional data associated with the event, in the form of key-value pairs.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type NimmstaEventType
The type of event that occurred.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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