EpitaphVertex.fromJson(Map<String, dynamic> json) : point = Point.fromJson(json['Point']), super(json['id']);