GithubDeveloperItem.fromRawJson constructor

GithubDeveloperItem.fromRawJson(
  1. String source
)

The package offers a JSON utility for all model classes.

Implementation

factory GithubDeveloperItem.fromRawJson(String source) =>
    GithubDeveloperItem.fromJson(json.decode(source));