fromJson method

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

Implementation

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