NavEdge class
Class for representing navigation edges.
@author {@link https://github.com/Mugen87|Mugen87}
Constructors
Properties
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