XKitEventCommonFields mixin

Mixin applications

Properties

endTime int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id1 String?
getter/setter pair
id2 String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int
getter/setter pair

Methods

addParam(String key, dynamic value) → void
addParams(Map<String, dynamic> params) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEndTime(int time) → void
setId1(String id) → void
setId2(String id) → void
setStartTime(int time) → void
toString() String
A string representation of this object.
inherited

Operators

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