sort property

  1. @JsonKey(toJson: channelSortToStringList, includeIfNull: false)
List<ChannelSort> sort
inherited

Column to sort on

Implementation

@JsonKey(toJson: channelSortToStringList, includeIfNull: false)
List<ChannelSort> get sort => throw _privateConstructorUsedError;