RepoView.fromJson constructor

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

Implementation

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