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.new({required String name, Map<
String, Object> params = const {}}) -
Creates AnalyticsEvent
const
Properties
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