We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8ba58 commit 7a88fbcCopy full SHA for 7a88fbc
packages/flutter_tools/lib/src/build_info.dart
@@ -13,8 +13,8 @@ class BuildInfo {
13
const BuildInfo(this.mode, this.flavor, {
14
this.trackWidgetCreation = false,
15
this.compilationTraceFilePath,
16
- this.createBaseline,
17
- this.createPatch,
+ this.createBaseline = false,
+ this.createPatch = false,
18
this.patchNumber,
19
this.patchDir,
20
this.baselineDir,
0 commit comments