connectionStartPortId property

String? get connectionStartPortId

Gets the starting port ID of the temporary connection.

Returns null if no connection is being created.

Implementation

String? get connectionStartPortId => temporaryConnection.value?.startPortId;