getIsSorted

lateinit var getIsSorted: () -> Any?

Returns the current sort state: either false (unsorted) or a SortDirection. Typed as Any? because the runtime union cannot be expressed directly in Kotlin.