Event class
Information about activity on the app.
Can be automatically generated by client SDKs or provided directly by the app developer. Next ID to use: 6
Constructors
-
Event({int? count, String? name, List<
EventParam> ? params, String? previousTimestampMillis, String? timestampMillis}) - Event.fromJson(Map _json)
Properties
- count ↔ int?
-
Events without timestamps will be grouped together by set of params and
will be reported with occurrence count.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The event name.
getter/setter pair
-
params
↔ List<
EventParam> ? -
getter/setter pair
- previousTimestampMillis ↔ String?
-
UTC client time when the transaction happened in millis.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestampMillis ↔ String?
-
UTC client time when the transaction happened in millis.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited