CliConfig constructor
const
CliConfig({})
Creates a CliConfig instance with default values.
Implementation
const CliConfig({
this.type = BuildType.release,
this.app = true,
this.installer = true,
this.installInnoSetup = true,
this.generateAppId = true,
this.generatePublisher = true,
this.appIdNamespace,
this.buildArgs,
this.appVersion,
this.signToolName,
this.signToolCommand,
this.signToolParams,
});