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 7abb3c9 commit 532f1d9Copy full SHA for 532f1d9
working/0158 - Enhanced Enum/feature_specification.md
@@ -278,7 +278,7 @@ enum Complex<T extends Pattern> with EnumComparable<Complex> implements Pattern
278
String get name => EnumName(this).name;
279
280
// Instance getter.
281
- Pattern get pattern => _patterns[this.index] ??= _factory(_pattern);
+ Pattern get pattern => _patterns[this.index] ??= _factory(_patternSource);
282
283
// Instance methods.
284
Iterable<Match> allMatches(String input, [int start = 0]) =>
0 commit comments