b6c19cbe13
Remove the special case handling that would add a public parameter and a separate initializer in the initializer list since you can now use the private name as a parameter directly. Handle updating references at constructor callsites where we need to rename the argument to the corresponding public name. Bug: https://github.com/dart-lang/sdk/issues/61644 Change-Id: I76160f2a702073f57a45b9ea0425e4a7567ba466 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/466960 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com>