TempLink class

The classes TempLink and SelectedPortInfo are used to store information about temporary links and selected ports in a Dart application.

Constructors

TempLink({required int nodeIndex, required int portIndex, required bool isOutput, required Offset currentDragPosition})

Properties

currentDragPosition Offset
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isOutput bool
final
nodeIndex int
final
portIndex int
final
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