Sort declarations in migration_info.dart

Change-Id: I449c55bd570f60f4190be25a42e36d8c2b22a29e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/168781
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
This commit is contained in:
Paul Berry 2020-10-22 11:19:00 +00:00 committed by commit-bot@chromium.org
parent 26ab3421ec
commit 7fde117f83

View file

@ -77,15 +77,15 @@ class MigrationInfo {
MigrationInfo(this.units, this.unitMap, this.pathContext, this.includedRoot);
/// The path of the Dart logo displayed in the toolbar.
String get dartLogoPath => PreviewSite.dartLogoPath;
/// The path to the highlight.pack.js script, relative to [unitInfo].
String get highlightJsPath => PreviewSite.highlightJsPath;
/// The path to the highlight.pack.js stylesheet, relative to [unitInfo].
String get highlightStylePath => PreviewSite.highlightCssPath;
/// The path of the Dart logo displayed in the toolbar.
String get dartLogoPath => PreviewSite.dartLogoPath;
/// The path of the Material icons font.
String get materialIconsPath => PreviewSite.materialIconsPath;