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