WBDocExtHtml constructor

WBDocExtHtml(
  1. String url,
  2. List<String> thumbUrls, {
  3. String? name = '',
})

Constructs a WBDocExtHtml

Implementation

WBDocExtHtml(this.url, this.thumbUrls, {this.name = ''});