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