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