PreprocessingOptions constructor

const PreprocessingOptions({
  1. bool enabled = false,
  2. String preset = 'Standard',
  3. bool removeNavigation = false,
  4. bool removeForms = false,
})

Implementation

const PreprocessingOptions({
  this.enabled = false,
  this.preset = 'Standard',
  this.removeNavigation = false,
  this.removeForms = false,
});