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