SCAccessPageModel class

Inheritance

Constructors

SCAccessPageModel({required String userId, required String sourceId, required String sourceName, required SourceType sourceType, required AccessAction action, required String channelId, required int timeLength, OperateType operateType = OperateType.foreground, String sourcePage = '', bool isHome = false})

Properties

action AccessAction
是否是进入页面. 0进入页面,1退出页面
final
channelId String
所属栏目 ID
final
hashCode int
The hash code for this object.
no setterinherited
isHome bool
是否首页,true 是, false 不是
final
operateType OperateType
前台访问 或 后台访问
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId String
内容id
getter/setter pairinherited
sourceName String
内容 标题
getter/setter pairinherited
sourcePage String
进入页面ID,从A页面跳转到当前页面B,这个地方填A的ID,如果没有则空
final
sourceType SourceType
final
timeLength int
访问时长 单位S
final
userId String
用户手机号或者用户唯一id(未登录时可传"")
getter/setter pairinherited

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.
inherited

Operators

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