Files
sdk/pkg/analysis_server/test
Robert Nystrom bb13a0e609 Handle private named parameters in "Extract Widget".
When creating the constructor parameters for the widget, if the field
is private, prefer to use a private named parameter unless it collides
with another public field.

Bug: https://github.com/dart-lang/sdk/issues/61644
Change-Id: I2776e4a350f5034e33bd80f4686e4164e8b0bda8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/479740
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2026-02-11 07:19:00 -08:00
..