GetCommentResponse constructor

const GetCommentResponse({
  1. @JsonKey.new(name: 'comment_view') required CommentView commentView,
})

Implementation

const factory GetCommentResponse({@JsonKey(name: 'comment_view') required CommentView commentView}) = _GetCommentResponse;