ZJTubeAdItem class
短剧对象
Constructors
Properties
-
作者ID
getter/setter pair
-
作者鸣潮
getter/setter pair
- coverUrl ↔ String
-
封面图
getter/setter pair
- episodeNumber ↔ int
-
剧集序号
getter/setter pair
- freeEpisodeCount ↔ int
-
短剧前N集免费
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
视频唯一ID
getter/setter pair
- isFinished ↔ bool
-
是否已完结
getter/setter pair
- isLocked ↔ bool
-
是否锁定
getter/setter pair
- playCount ↔ int
-
观看次数
getter/setter pair
- position ↔ int
-
当前位置,从0开始
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalEpisodeCount ↔ int
-
总剧集数
getter/setter pair
- tubeId ↔ int
-
剧场ID
getter/setter pair
- tubeName ↔ String
-
剧场鸣潮
getter/setter pair
- unlockEpisodeCount ↔ int
-
每次解锁X集短剧
getter/setter pair
- videoDuration ↔ int
-
视频时长
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
parse(
Map< String, dynamic> params) → ZJTubeAdItem