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