EpitaphVertex constructor

EpitaphVertex(
  1. String id,
  2. Point point
)

Implementation

EpitaphVertex(String id, this.point) : super(id);