RepoViewDetail.fromJson constructor

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

Implementation

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