GithubReactionValue.fromJson constructor

GithubReactionValue.fromJson(
  1. Map<String, Object?> json
)

Convert from JSON.

GithubReactionValue.fromJson(json);

Implementation

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