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 d4f1b8f commit dce98a2Copy full SHA for dce98a2
pkg/analyzer/lib/src/error/codes.dart
@@ -5435,10 +5435,8 @@ class StaticWarningCode extends AnalyzerErrorCode {
5435
* 2: the number of additional not initialized variables that aren't listed
5436
*/
5437
static const StaticWarningCode FINAL_NOT_INITIALIZED_CONSTRUCTOR_3_PLUS =
5438
- const StaticWarningCode(
5439
- 'FINAL_NOT_INITIALIZED_CONSTRUCTOR_3',
5440
- "The final variables '{0}', '{1}' and '{2}' more must be "
5441
- "initialized.",
+ const StaticWarningCode('FINAL_NOT_INITIALIZED_CONSTRUCTOR_3',
+ "The final variables '{0}', '{1}' and {2} more must be initialized.",
5442
correction: "Try adding initializers for the fields.");
5443
5444
/**
0 commit comments