UserCommentSearchResponse constructor

UserCommentSearchResponse({
  1. num total,
  2. List<UserComment> userComments,
})

Implementation

UserCommentSearchResponse({this.total, this.userComments});