GitHubCommit.fromJson constructor

GitHubCommit.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GitHubCommit.fromJson(Map<String, dynamic> json) =>
    _$GitHubCommitFromJson(json);