GithubRepoItem.fromRawJson constructor

GithubRepoItem.fromRawJson(
  1. String rawJson
)

The package offers a JSON utility for all model classes.

Implementation

factory GithubRepoItem.fromRawJson(String rawJson) =>
    GithubRepoItem.fromJson(json.decode(rawJson));