ConnectionOut constructor

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

Connection type that is saved to source component connection.

Implementation

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