UserCommentSearchCriteria constructor

UserCommentSearchCriteria({
  1. String comment,
  2. String commenterId,
  3. String tenantId,
  4. String userId,
})

Implementation

UserCommentSearchCriteria(
    {this.comment, this.commenterId, this.tenantId, this.userId});