AnalyticsEvent class

Basic AnalyticsEvent - you can send directly this event with predefined parameters or extend this class to create more specific events

Implementers

Constructors

AnalyticsEvent({required String name, Map<String, Object> params = const {}})
Creates AnalyticsEvent
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
name → String
Name of the event
final
params → Map<String, Object>
Optional event parameters - empty Map by default
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