Constructs a point from a JSON object.
factory Point.fromJson(Map<String, dynamic> json) => _$PointFromJson(json);