064dd37c05
Added this as a fix for `constConstructorWithNonFinalField` and `constPrimaryConstructorWithBlockBody` who both can be fixed with the removal of the `const` keyword. Other const removal fixes with primary constructors are covered by `RemoveLexeme`. I added tests for the relevant cases. Bug: https://github.com/dart-lang/sdk/issues/63071 Change-Id: I0b7bb5f7976fb49e38499915999fe79465e4ae1a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/492880 Commit-Queue: Kallen Tu <kallentu@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>