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