UCommentReacts.fromMap constructor

UCommentReacts.fromMap(
  1. Map<String, dynamic> json
)

Implementation

factory UCommentReacts.fromMap(Map<String, dynamic> json) => UCommentReacts(
      tag: json["tag"],
      userId: json["userId"],
    );