Reaction.fromJson constructor

Reaction.fromJson(
  1. Map<String, dynamic> json
)

Create a new instance from a json

Implementation

factory Reaction.fromJson(Map<String, dynamic> json) =>
    _$ReactionFromJson(Serializer.moveToExtraDataFromRoot(
      json,
      topLevelFields,
    ));