278ea48c7e
The primary change here is to rename constants from SCREAMING_SNAKE case. Also: * Make the fields private, as a best practice, which also highlights that the `endOfLine` field is unused. * In `sortUnitMembers`, use a switch since `CompilationUnitMember` is a sealed class. This highlights, via the necessary `default` case, that the switch is non-exhaustive. Change-Id: I41a9ebdec651402e3e894321a9d6e72b1cbbb66a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/454421 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>