EpitaphVertex.fromJson constructor

EpitaphVertex.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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