commentParamFromJson function

CommentParam commentParamFromJson(
  1. String str
)

Implementation

CommentParam commentParamFromJson(String str) => CommentParam.fromJson(json.decode(str));