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 ee29f2e commit ad2369bCopy full SHA for ad2369b
accepted/future-releases/2509-private-named-parameters/feature-specification.md
@@ -228,9 +228,9 @@ encapsulation.
228
229
The basic idea is simple. We let users use a private name in a named parameter
230
when the parameter also initializes or declares a field. The compiler removes
231
-the `_` from the argument name but keeps it for the corresponding field. In
232
-other words, we do exactly what users are doing by hand when they write an
233
-initializer like:
+the `_` from the argument name at call sites but keeps it for the corresponding
+field. In other words, we do exactly what users are doing by hand when they
+write an initializer like:
234
235
```dart
236
class House {
0 commit comments