Commit.fromJson constructor

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

Implementation

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