UserMentionsResponse constructor

const UserMentionsResponse({
  1. required List<CommentReplyView> replies,
  2. @JsonKey.new(name: 'next_page') String? nextPage,
})

Implementation

const factory UserMentionsResponse({required List<CommentReplyView> replies, @JsonKey(name: 'next_page') String? nextPage}) = _UserMentionsResponse;