WindowsConfig constructor
const
WindowsConfig({})
Implementation
const WindowsConfig({
this.cmake = 'cmake',
this.dynamicCrt = true,
this.bundleCrt = true,
this.vsInstallPath,
this.architecture = 'x64',
this.generator,
this.generatorPath,
this.extraDefines = const [],
});