CustomAnalytic class
Custom variation on the Analytic that allows for more flexibility when sending analytics.
Constructors
-
CustomAnalytic({required String name, Map<
String, Object> ? parameters})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setteroverride
-
parameters
→ Map<
String, Object> ? -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toCustomAnalytic → CustomAnalytic
-
no setterinherited
Methods
-
equals(
Analytic? other) → bool -
inherited
-
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