CommentParam.fromJson constructor

CommentParam.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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