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 c312439 commit 7b110a6Copy full SHA for 7b110a6
working/3616 - enum value shorthand/proposal-lrhn.md
@@ -1,5 +1,7 @@
1
# Dart enum value shorthand
2
3
+(This is not the version being implemented. See the [simpler proposal](proposal-simple-lrhn.md).
4
+
5
Pitch: Write `.foo` instead of `EnumName.foo` when possible.
6
7
There are multiple levels of complexity possible for this functionality. This will start with the most basic version.
0 commit comments