WBDocInfo class

The whiteboard file information class.

白板文件信息类。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

WBDocInfo(String fileId, String name, String creator, WBDocType type, String docId)
Constructs a WBDocInfo

Properties

creator String
The whiteboard file creator userId.
getter/setter pair
docId String
upload doc ID.
getter/setter pair
fileId String
The whiteboard file ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
The whiteboard file name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type WBDocType
Whiteboard file type.
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