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