Areas of Google Dart?

There is something in C # called areas that can be useful for structuring your code. I was wondering if there is something similar for Google Dart?

Thank!

-Pablo

+5
source share
1 answer

Dart does not support regions. You can open a feature request http://www.dartbug.com/new - no guarantees.

+4
source

All Articles