Edge<EdgeType, IdType extends Object> class

Implementers
Available Extensions
Annotations

Constructors

Edge({required EdgeType data, required IdType from, required IdType to, String? name})
const

Properties

data → EdgeType
final
from → IdType
final
hashCode int
The hash code for this object.
no setteroverride
id String
no setter
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to → IdType
final

Methods

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