Is your feature request related to a problem? Please describe.
I am porting a JS lib to Dart and noticed the local vars are ordered alphabetically in the Node debug window

but are not ordered in the Dart debug window

Describe the solution you'd like
Have the Dart debug window list the local vars in alphabetical order.
Thanks!