sort property

bool sort
final

If false (the default), will keep the insertion order. If true (the default), will sort the list output of keys.

Implementation

final bool sort;