sort property

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

Sort the returned data by this field

Implementation

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