Edge<EdgeType, IdType extends Object> class
Constructors
Properties
Methods
-
cast<
T, R extends Object> ({required T data, required String? name, required R from, required R to}) → Edge< T, R> -
Available on Edge<
EdgeType, IdType> , provided by the CastEdge extension -
copyWith(
{EdgeType? data, IdType? from, IdType? to, String? name}) → Edge< EdgeType, IdType> -
Available on Edge<
EdgeType, IdType> , provided by the CastEdge extension -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override