connections property

List<Connection> connections
final

Defines to which components is this components connected and what is the connectionId.

The connection can be ConnectionOut for link going from this component or ConnectionIn for link going from another to this component.

Implementation

final List<Connection> connections = [];