TapAnalyticsEvent class
AnalyticsEvent for tap some clickable element
- Inheritance
-
- Object
- AnalyticsEvent
- TapAnalyticsEvent
Constructors
-
TapAnalyticsEvent.new({required String key, required String? label, Map<
String, Object> params = const {}}) -
Create TapAnalyticsEvent with
key
, tapped elementlabel
and optionalparams
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