channelStateSort property
The sorting used for the channels matching the filters.
Sorting is based on field and direction, multiple sorting options can be provided.
You can sort based on last_updated, last_message_at, updated_at, created_at or member_count.
Direction can be ascending or descending.
Implementation
final List<SortOption<ChannelState>>? channelStateSort;