sortOrder

abstract val sortOrder: SortOrder

Specifies the sort order (ascending or descending) of the key-value pairs in this sequence.

This property determines the expected ordering of keys when iterating through the sequence. The keyValueIterator uses this value to validate that keys are properly sorted.