fromJson method

  1. @override
SyncListReposByCollectionOutput fromJson(
  1. Map<String, dynamic> json
)

Implementation

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