InnoSetupManager constructor

InnoSetupManager(
  1. BuildMode mode, {
  2. bool quiet = false,
  3. bool verbose = false,
})

Creates a new instance of the InnoSetupManager class.

Implementation

InnoSetupManager(this.mode, {this.quiet = false, this.verbose = false});