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