DeleteOutboundConnectionResponse constructor

DeleteOutboundConnectionResponse({
  1. OutboundConnection? connection,
})

Implementation

DeleteOutboundConnectionResponse({
  this.connection,
});