ConnectionIn constructor

ConnectionIn({
  1. required String connectionId,
  2. required String otherComponentId,
})

Connection type that is saved to target component connection.

Implementation

ConnectionIn({
  required super.connectionId,
  required super.otherComponentId,
});