orderDirectives property

bool orderDirectives
final

If directives should be ordered while emitting.

Ordering rules follow the guidance in Effective Dart and the directives_ordering lint.

Implementation

final bool orderDirectives;