ZegoSuperBoardSubViewModel constructor

ZegoSuperBoardSubViewModel({
  1. String? name,
  2. int? createTime,
  3. String? fileID,
  4. int? fileType,
  5. String? uniqueID,
  6. List? whiteboardIDList,
})

Implementation

ZegoSuperBoardSubViewModel(
    {this.name,
    this.createTime,
    this.fileID,
    this.fileType,
    this.uniqueID,
    this.whiteboardIDList});