Files
sdk/pkg/analysis_server/test/analysis
Konstantin Shcheglov fd33d9eae8 Elements. Use 'value' as the name of the formal parameter for a synthetic setter.
```
According to Gemini:
There is a very strong and widely followed recommendation.
The formal parameter for a setter in Dart should be named value.
```

So, it makes synthetic setters consistent with manually written setters.
These names sometimes are show in UI, e.g. in hover.

Change-Id: I4b53314aae63dce267906856d98a16ec22d38097
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/441827
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2025-07-23 08:55:49 -07:00
..