RepoCommits.fromJson constructor

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

Creates a new instance of RepoCommits from a JSON object.

The json parameter must be a map with keys and values that can be used to populate an instance of RepoCommits.

Implementation

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