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