We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fc7194 + c59f068 commit e2009e0Copy full SHA for e2009e0
lib/src/exception_words.dart
@@ -58,4 +58,5 @@ List<String> exceptionWords = <String>[
58
'override',
59
];
60
61
-List<String> exceptionWordsInEnum = <String>[...exceptionWords, 'value'];
+List<String> exceptionWordsInEnum = <String>[...exceptionWords, 'value', 'index', 'name', 'values'];
62
+
0 commit comments