mostRepliesUsers property Null safety
- @JsonKey(defaultValue: [], name: 'most_replies')
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;