Vertex class abstract
- Implementers
Properties
Methods
-
copy(
) → Vertex - Returns a copy of the instance of your object
-
equalsById(
Vertex other) → bool -
A check if the this vertex is equal to
other
by its given id. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Serializes an object
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited