EventData class

Represents all the details pertaining to an event.

Constructors

EventData({String? eventAction, String? eventCategory, String? eventCount, String? eventLabel, String? eventValue})
EventData.fromJson(Map json_)

Properties

eventAction String?
Type of interaction with the object.
getter/setter pair
eventCategory String?
The object on the page that was interacted with.
getter/setter pair
eventCount String?
Number of such events in this activity.
getter/setter pair
eventLabel String?
Label attached with the event.
getter/setter pair
eventValue String?
Numeric value associated with the event.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited