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