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