Repo.fromJson constructor

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

Implementation

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