ZegoSuperBoardSubViewModel class

Constructors

ZegoSuperBoardSubViewModel({String? name, int? createTime, String? fileID, int? fileType, String? uniqueID, List? whiteboardIDList})
ZegoSuperBoardSubViewModel.fromJson(Map json)
factory

Properties

createTime int?
Whiteboard creation time. Unix timestamp (milliseconds).
getter/setter pair
fileID String?
Unique file ID. Note: The file ID is the ID that is obtained after the file transcoding is successful.
getter/setter pair
fileType int?
File type. For more information, see the file types defined in the ZegoDocsView SDK.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
SuperBoardSubView name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniqueID String?
Unique ID of SuperBoardSubview.
getter/setter pair
whiteboardIDList List?
whiteboardIDList
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