startConnection property

LineConnection? startConnection
getter/setter pair

The connection at the beginning of the line.

If unset, there is no connection. Only lines with a Type indicating it is a "connector" can have a start_connection.

Implementation

LineConnection? startConnection;