NavEdge class

Class for representing navigation edges.

@author {@link https://github.com/Mugen87|Mugen87}

Inheritance

Constructors

Properties

cost double
getter/setter pairinherited
from int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to int
getter/setter pairinherited

Methods

clone() Edge
Creates a new edge and copies all values from this edge.
inherited
copy(Edge edge) Edge
Copies all values from the given edge to this edge.
inherited
fromJSON(Map<String, dynamic> json) Edge
Restores this instance from the given JSON object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
Transforms this instance into a JSON object.
inherited
toString() String
A string representation of this object.
inherited

Operators

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