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