DcbBuildOptions constructor

const DcbBuildOptions({
  1. bool? debug,
  2. bool parallel = true,
  3. bool copyCompileCommands = true,
  4. String compileCommandsPath = 'compile_commands.json',
})

Implementation

const DcbBuildOptions({
  this.debug,
  this.parallel = true,
  this.copyCompileCommands = true,
  this.compileCommandsPath = 'compile_commands.json',
});