Git.fromJson constructor

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

Implementation

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