mostRepliesUsers property Null safety

  1. @JsonKey(defaultValue: [], name: 'most_replies')
List<User> mostRepliesUsers
final

Users who left most replies in the thread. The order of users is based on the number of replies they made in the thread and the maximum size of the array can be adjusted per request.

Implementation

@JsonKey(defaultValue: [], name: 'most_replies')
final List<User> mostRepliesUsers;