VideoVo class abstract

视频基础信息类 子类反序列化时,必须为此类的所有属性赋值

Constructors

VideoVo()

Properties

coverUrl String?
getter/setter pair
duration ValueNotifier<int>
当前播放的视频总进度
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
playUrl String?
getter/setter pair
position ValueNotifier<int>
当前播放的视频进度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTitle String?
getter/setter pair
title String?
getter/setter pair

Methods

fromMap(dynamic element) → dynamic
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