fromJson method

  1. @override
GraphVerificationRecord fromJson(
  1. Map<String, dynamic> json
)

Implementation

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