fromJson method

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

Implementation

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