fromJson method
Implementation
@override
RepoListMissingBlobsOutput fromJson(Map<String, dynamic> json) {
return RepoListMissingBlobsOutput.fromJson(
translate(json, RepoListMissingBlobsOutput.knownProps),
);
}
@override
RepoListMissingBlobsOutput fromJson(Map<String, dynamic> json) {
return RepoListMissingBlobsOutput.fromJson(
translate(json, RepoListMissingBlobsOutput.knownProps),
);
}