sortComparator property

Comparator<Country>? sortComparator
final

Comparator to be used in sort of country list

Implementation

final Comparator<Country>? sortComparator;