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