RepoDescribeRepoOutput.fromJson constructor

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

Implementation

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