UCommentReacts.fromJson constructor

UCommentReacts.fromJson(
  1. String str
)

Implementation

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