sortIndex property

int? sortIndex
getter/setter pair

The index for sorting the modules.

Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.

Implementation

core.int? sortIndex;