fromJson method

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

Implementation

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