Repo.fromJson constructor

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

Implementation

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