GraphNodeError class

An error in a graph.

Inheritance

Constructors

GraphNodeError({required String name, Object? node, List? pathEdges, String? reason})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Name of the error.
final
node Object?
Node that caused the error.
final
pathEdges List?
Path from root node to the error-causing node (node).
final
reason String?
A more detailed message describing why the error occurred.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathToString() String?
toString() String
A string representation of this object.
override

Operators

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