UCommentJson.fromJson constructor

UCommentJson.fromJson(
  1. String str
)

Implementation

factory UCommentJson.fromJson(String str) => UCommentJson.fromMap(json.decode(str));