Scrubbing constructor

Scrubbing({
  1. String? total,
  2. String? column,
  3. String? row,
  4. String? interval,
  5. String? filename,
  6. String? seekThumbnailImagePath,
  7. String? width,
  8. String? height,
})

Implementation

Scrubbing({
  this.total,
  this.column,
  this.row,
  this.interval,
  this.filename,
  this.seekThumbnailImagePath,
  this.width,
  this.height,
});