Google Dart Regions?
Dart does not support regions as part of the language specification. However, many IDE tools offer this feature using formatted comments. See the answer below identifying Android Studio and IntelliJ as two such examples.
//#region Test
//#endregion
That works in Android Studio & IntelliJ.