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