WBDocInfo constructor

WBDocInfo(
  1. String fileId,
  2. String name,
  3. String creator,
  4. WBDocType type,
  5. String docId,
)

Constructs a WBDocInfo

Implementation

WBDocInfo(this.fileId, this.name, this.creator, this.type, this.docId);