DartConfig constructor
const
DartConfig({
- bool runAnalyzer = true,
- bool formatCode = true,
- bool runTests = true,
- bool compileExe = true,
- Duration runPubGetAtMostEvery = const Duration(days: 5),
- String? rootDir,
- DartTestOutput testOutput = DartTestOutput.dartleReporter,
- RunCondition? buildRunnerRunCondition,
Implementation
const DartConfig({
this.runAnalyzer = true,
this.formatCode = true,
this.runTests = true,
this.compileExe = true,
this.runPubGetAtMostEvery = const Duration(days: 5),
this.rootDir,
this.testOutput = DartTestOutput.dartleReporter,
this.buildRunnerRunCondition,
});