WBDocContents class

Whiteboard doc content class.

Note Use Pano whiteboard convert service result to fill urls and count For H5 convert result, The first url is H5 file url, the second is file download url.

白板文件内容类。

Note 使用Pano白板转码服务结果填充urls和count参数 对H5转码结果,第一个参数为H5文件url,第二个参数为下载url。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

WBDocContents(String name, List<String> urls, List<String> thumbUrls, {String docId = '', WBDocType type = WBDocType.Normal})
Constructs a WBDocContents

Properties

docId String
upload doc ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
Whiteboard file name
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbUrls List<String>
thumbnail url array (remote url only)
getter/setter pair
type WBDocType
WBDocType enum type. Default: Normal WBDocType枚举类型。默认值:Normal
getter/setter pair
urls List<String>
url array (remote url only)
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