RepoCommit.fromJson constructor

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

Implementation

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