RepoInfo.fromJson constructor
Creates a new instance of RepoInfo from a JSON object.
The json
parameter must be a map with keys and values that can
be used to populate an instance of RepoInfo.
Implementation
factory RepoInfo.fromJson(Map<String, Object?> json) =>
_$RepoInfoFromJson(json);