Commit.fromJson constructor

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

Implementation

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