GetCommentResponse constructor
const
GetCommentResponse({
- @JsonKey.new(name: 'comment_view') required CommentView commentView,
Implementation
const factory GetCommentResponse({@JsonKey(name: 'comment_view') required CommentView commentView}) = _GetCommentResponse;