CommentParam constructor

CommentParam({
  1. String? haopingType,
  2. String? goodsId,
  3. String? id,
  4. String? sort,
  5. String? type,
})

Implementation

CommentParam({
  this.haopingType,
  this.goodsId,
  this.id,
  this.sort,
  this.type,
});