SimplyticsEventData class

A class that describes the event to send to the analytics service (used in SimplyticsEvent).

Constructors

SimplyticsEventData({required String name, Map<String, Object?>? parameters})
Creates a class that describes an analytics service event.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Event name.
final
parameters Map<String, Object?>?
Parameters that are sent along with the event.
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
toString() String
A string representation of this object.
inherited

Operators

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