FindCommentResponse constructor

FindCommentResponse({
  1. Comment? comment,
  2. ResponseError? error,
})

Builds a FindCommentResponse

comment: The comment error: An error if there was error while fetching the comment

Implementation

FindCommentResponse({this.comment, super.error});