ConnectionStartContext<T> constructor
const
ConnectionStartContext<T> ({})
Creates a connection start context.
Parameters:
sourceNode: The node where the connection is startingsourcePort: The port where the connection is startingexistingConnections: IDs of existing connections from this port
Implementation
const ConnectionStartContext({
required this.sourceNode,
required this.sourcePort,
required this.existingConnections,
});