suggestedCommentSort property

SuggestedCommentSort? suggestedCommentSort

The comment sorting method to choose by default.

Implementation

SuggestedCommentSort? get suggestedCommentSort =>
    stringToSuggestedCommentSort(_data['suggested_comment_sort']);