WBDocContents constructor

WBDocContents(
  1. String name,
  2. List<String> urls,
  3. List<String> thumbUrls, {
  4. String docId = '',
  5. WBDocType type = WBDocType.Normal,
})

Constructs a WBDocContents

Implementation

WBDocContents(this.name, this.urls, this.thumbUrls,
    {this.docId = '', this.type = WBDocType.Normal});