sortComparator property

Comparator<T>? sortComparator
final

A comparator used to sort the list of items. The comparison logic is customizable. Example: Sorting states alphabetically.

Implementation

final Comparator<T>? sortComparator;