endConnection property

LineConnection? endConnection
getter/setter pair

The connection at the end of the line.

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

Implementation

LineConnection? endConnection;