Create a DataPoint from a JSON map.
factory DataPoint.fromJson(Map<String, dynamic> json) => _$DataPointFromJson(json);