EventLog class

Event log.

Inheritance
Annotations

Constructors

EventLog({required String appLaunchTimestamp, required String sid, required Device device, required Map<String, String> properties, required String name})
EventLog.fromMap(Map<String, dynamic> map)

Properties

appLaunchTimestamp String
Timestamp when the app was launched.
finalinherited
device Device
Device characteristics associated to this log.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
Unique identifier for this log.
finalinherited
name String
The name of the event
final
properties Map<String, String>
Additional key/value pair parameters.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sid String
The session identifier that was provided when the session was started.
finalinherited
timestamp String
Log timestamp.
finalinherited
type String
The type of the log.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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