LinuxConfig constructor
const
LinuxConfig({})
Implementation
const LinuxConfig({
this.cmake = 'cmake',
this.generator,
this.generatorPath,
this.compiler,
this.toolchainFile,
this.staticLibStdCpp = true,
this.extraDefines = const [],
});