RepoListMissingBlobsOutput.fromJson constructor

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

Implementation

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