sort property

  1. @Deprecated(''' sort has been deprecated. Please use channelStateSort instead.''')
List<SortOption<ChannelModel>>? sort
final

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

@Deprecated('''
sort has been deprecated.
Please use channelStateSort instead.''')
final List<SortOption<ChannelModel>>? sort;