CommentParam.fromJson constructor
Implementation
factory CommentParam.fromJson(Map<String, dynamic> json) => CommentParam(
haopingType: json["haopingType"],
goodsId: json["goodsId"],
id: json["id"],
sort: json["sort"],
type: json["type"],
);