sortAssets property

bool sortAssets
final

Set to true to have assets sorted in reverse topological order of dependency.

  • Defaults to false.
  • If a file B includes a file A, then A will be appear before B.
  • An error is thrown if sortAssets is true and a dependency cycle is detected.

Implementation

final bool sortAssets;