WBDocExtContents constructor

WBDocExtContents(
  1. int totalPages,
  2. int width,
  3. int height, {
  4. String? name = '',
})

Constructs a WBDocExtContents

Implementation

WBDocExtContents(this.totalPages, this.width, this.height, {this.name = ''});