EpitaphVertex class

The specific Vertex implementation for this library to make navigation possible.

Inheritance

Constructors

EpitaphVertex(String id, Point point)
EpitaphVertex.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
latefinalinherited
point Point
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy() Vertex
Returns a copy of the instance of your object
override
distanceTo(EpitaphVertex other) double
Returns the euclidean distance from this EpitaphVertex to another.
equalsById(Vertex other) bool
A check if the this vertex is equal to other by its given id.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes an object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited