SimpleVertex class

A simple implementation of Vertex that can be used in a fast manner if no special implementation is needed.

Inheritance

Constructors

SimpleVertex(String id)
SimpleVertex.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
latefinalinherited
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
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