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