AwsNodeElementNodesSpace class abstract

Abstract class that represents a node within the node space of AwsNodesSpace.

Implementers

Constructors

AwsNodeElementNodesSpace({required String id, required Widget node, required Offset offset, AwsNodeConnectorNodesSpace? connector, List<AwsNodeElementNodesSpace>? connectedNodes})
Constructor de la clase AwsNodeElementNodesSpace.

Properties

connectedNodes List<AwsNodeElementNodesSpace>?
connectedNodes: List of nodes connected to this node.
final
connector AwsNodeConnectorNodesSpace?
connector: Connector that associates the node with its parent node.
final
hashCode int
The hash code for this object.
no setterinherited
id String
id: Unique identifier for the node.
final
node Widget
node: Widget that represents the content of the node.
final
offset Offset
offset: Position of the node in space.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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