AnalyticModel class
- Annotations
-
- @JsonSerializable.new()
Constructors
-
AnalyticModel({required String sessionId, required String eventCode, required String eventName, required EventType eventType, required int timestamp, required String? belongPage, required Map<
String, String> ? extra}) -
AnalyticModel.fromJson(Map<
String, dynamic> json) -
从 JSON 创建 AnalyticModel 对象
factory
Properties
- belongPage → String?
-
final
- eventCode → String
-
final
- eventName → String
-
final
- eventType → EventType
-
final
-
extra
→ Map<
String, String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId → String
-
final
- timestamp → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - 将 AnalyticModel 对象转为 JSON
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited