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