Convert from JSON.
GithubReactionValue.fromJson(json);
factory GithubReactionValue.fromJson(Map<String, Object?> json) => _$GithubReactionValueFromJson(json);