WBDocExtHtml class
Whiteboard doc external Html content.
Note If need synchronize web contents, the web page must integrate PanoExternalHtml SDK.
白板文件外部Html内容。
Note 如果需要同步网页内容,网页需要集成PanoExternalHtml SDK
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
WBDocExtHtml.new(String url, List<
String> thumbUrls, {String? name = ''}) - Constructs a WBDocExtHtml
Properties
- 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
- url ↔ String
-
url (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